List enriched project indicator applications
GET
/api/v2/projects/{projectId}/indicator-applications
const
url
=
'
https://localhost:10001/api/v2/projects/1/indicator-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/indicator-applications
\
--header
'
Authorization:
'
Lists project indicator applications with template, policy/control context, and latest evaluation, filtered and paginated
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”
projectId
required
integer
Project ID
Query Parameters
Section titled “Query Parameters ”
indicatorId
string
Indicator UUID
projectPolicyId
integer
Project policy ID
projectPolicyControlId
integer
Project policy control ID
applicationUuid
string
Application UUID
status
string
Application status
includeArchived
boolean
Include archived applications
limit
integer
Page size
offset
integer
Page offset
Responses
Section titled “ Responses ”Page of enriched indicator applications
Media type
application/json
object
applications
Array