1. Home
  2. Docs
  3. New Development updates API
  4. Get development status

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:

namerequiredtypeValue
development_idrequiredstringThe 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

Was this article helpful to you? Yes No

How can we help?