Get project-scoped indicator
GET
/api/v2/projects/{projectId}/indicators/{indicatorId}
const
url
=
'
https://localhost:10001/api/v2/projects/1/indicators/example
'
;
const
options
= {method:
'
GET
'
, headers: {Authorization:
'
'
}}
;
try
{
const
response
= await
fetch
(url
,
options);
const
data
= await
response
.
json
();
console
.
log
(data);
}
catch
(error) {
console
.
error
(error);
}
curl
--request
GET
\
--url
https://localhost:10001/api/v2/projects/1/indicators/example
\
--header
'
Authorization:
'
Retrieves one project-owned indicator template by UUID along with its usage count
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”
projectId
required
integer
Project ID
indicatorId
required
string
Indicator UUID
Responses
Section titled “ Responses ”Project indicator template
Media type
application/json
object
createdAt
string
criteria
Array