Get project

Get a single project, given an ID.

GET
/ v1 / projects / {id}

Authorization

  • X-API-Key
    string
    required

    Header with the name X-API-Key where the value is your API key.

Path parameters

  • id
    string
    required

    The ID of the project to return.

Response

200 - application/json - object

  • id
    string
    required

    The ID of the project.

  • name
    string
    required

    The name of the project.

  • description
    string
    required

    The HTML contents of the description.

  • workspaceId
    string
    required

    The ID of the workspace.

  • status
    object

    The status of the project.

  • createdTime
    datetime

    The timestamp when the project was created.

  • updatedTime
    datetime

    The timestamp when the project was last updated.

  • customFieldValues
    record<object>

    Record of custom field values for the entity, where each key is the name of the custom field (not the ID). Each object contains a "type" discriminator and a "value" property that varies based on the field type.