Get
Finds applications matching specified criteria
End point
/v2/applicationRequest format
GETRequest content
The following parameters can be specified as query string values of the request:
Response Messages
List of applications. Format:
[
{
"id": integer,
"assignmentId": integer,
"assignmentTitle": string,
"sentDate": date,
"rate": decimal,
"suggestedRate": decimal,
"rateType": string,
"rateCurrency": string,
"status": string,
"extent": {
"value": decimal,
"type": string
}
"resourceId": integer,
"resourceName": string,
"availabilityDate": date,
"rejectReason": string,
"files": [stringlist]
}
]