GetProjectRequests
This method can be used for the following functionality: Get details for all project requests user has access to. This method can be used with optional filter.
Parameters
The following URL, Headers and Parameters are required for requests to this API endpoint. Where a parameter is optional, it will be indicated. Otherwise treat all parameters as mandatory.
Headers
Query
name (string) (optional)
Name of the project requested.
Example:
code (string) (optional)
Project code.
Example:
status (string) (optional)
Status of the request. Must be one of the following: Approved, Rejected, Pending
Example:
startDate (string) (optional)
Start date to query requests from. Must be UTC string e.g. 2021-06-03T23:15:33.008Z.
Example:
endDate (string) (optional)
End date to query requests to. Must be UTC string e.g. 2021-06-03T23:15:33.008Z.
Example:
Example
The following example is a cURL request to get all project requests with status 'Pending' which have a desired test window between 1st January 2020 to 31st December 2020.
Request
Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.
Response
Response contains an array of project request objects.
Last updated