GetProjectsForRequest
Select
SaaS
Customer Managed
Retrieve list of projects for the request
Path Parameters
- requestId int32 required
Possible values:
>= 1
Unique request id
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
projects object[]
id int32name stringstatus RMProjectStatusPossible values: [
VALID
,DATASOURCE_UNAVAILABLE
,INVALID_PLAN_ENTITIES
]INVALID_PLAN_ENTITIES signifies the plan configuration associated to project does not contain at least one entity that is configured for the request in consideration. DATASOURCE_UNAVAILABLE signifies no data sources associated to the project.
{
"projects": [
{
"id": 0,
"name": "string",
"status": "VALID"
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...