Get

Finds applications matching specified criteria

End point

/v2/application

Request format

GET

Request content

The following parameters can be specified as query string values of the request:

Property Name Type Required Description
id
No

Id of application

assignmentId
No

Id of assignment

requestorId
No

Get applications belonging to assignments owned by the specified user

status
No

Get applications with a certain status

Possible values:

Pending
Accepted
Rejected
Negotiating
Approved
RequestAdditions
startDate
No

Get applications sent after specified date

endDate
No

Get applications sent before specified date

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]
}
]