Get development status
Get status of development by development id.
AUTHORIZATIONS: This API use OAuth2 with the client credentials flow
- Flow type:
clientCredentials - Token URL:
https://api.propq.com/oauth/token
END POINT: https://api.propq.com/v1/developments/{path_parameters}/publish-status
METHOD: GET
PATH PARAMETERS:
| name | required | type | Value |
| development_id | required | string | The ID of the development project |
RESPONSE SCHEMA: application/json
RESPONSE STATUS CODE: 200
RESPONSE STATUS: SUCCESS
BODY OUTPUT:
{
"DevStatus": "PUBLISHING"
}RESPONSE SCHEMA: application/json
RESPONSE STATUS CODE: 400
RESPONSE STATUS: Bad request.
RESPONSE SCHEMA: application/json
RESPONSE STATUS CODE: 401
RESPONSE STATUS: Unauthorized