Get enriched project indicator application
GET
/api/v2/projects/{projectId}/indicator-applications/{applicationId}
const
url
=
'
https://localhost:10001/api/v2/projects/1/indicator-applications/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/indicator-applications/example
\
--header
'
Authorization:
'
Retrieves one project indicator application by numeric ID or application UUID with full context
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”
projectId
required
integer
Project ID
applicationId
required
string
Application ID or application UUID
Query Parameters
Section titled “Query Parameters ”
includeArchived
boolean
Include archived applications
Responses
Section titled “ Responses ”Enriched indicator application
Media type
application/json
object
applicationUuid
string
controlCode
string
controlId
integer
controlTitle
string
createdAt
string
id
integer
indicator
object
createdAt
string
criteria
Array