List project indicator applications
GET
/api/v2/projects/{projectId}/indicators/{indicatorId}/applications
const
url
=
'
https://localhost:10001/api/v2/projects/1/indicators/example/applications
'
;
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/applications
\
--header
'
Authorization:
'
Lists non-archived applications for a project indicator with pagination
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”
projectId
required
integer
Project ID
indicatorId
required
string
Indicator UUID
Query Parameters
Section titled “Query Parameters ”
limit
integer
Page size
offset
integer
Page offset
Responses
Section titled “ Responses ”Page of indicator applications
Media type
application/json
object
applications
Array