Skip to main content

Get a project status

GET 

/api/project-statuses/{id}

Required permissions:

  • project_status.view: allows view resources of projects where the user is the PM or the Account.
  • project_status.view_other: allows view resources of projects where the user is not the PM nor the Account.

Here the dedicated support page.

Request

Path Parameters

    id integerrequired

    Possible values: Value must match regular expression [0-9]+

    The ID of the project status to view

Query Parameters

    deleted string

    Possible values: [exclude, include, only]

    Default value: exclude

    Filter items by deletion status.

    Examples:

    Exclude soft-deleted records.

    Example: exclude

Header Parameters

    Wethod-Company stringrequired

    The company you want to interact with

    Wethod-Version stringrequired

    The API version you want to use

Responses

Returns the requested project status.

Schema

    id integerrequired

    Possible values: >= 1

    The unique identifier of the resource

    created_at date-timerequired

    The date and time when the resource was created

    updated_at date-timerequired

    The date and time when the resource was last updated

    project_id integerrequired

    Possible values: >= 1

    ID of the project to which the project status belongs

    date daterequired

    The date of the project status

    days_left floatrequired

    The amount of days left

    progress floatrequired

    The percentual progress

    notes string

    The project status notes

    project_status_risk_id integerrequired

    Possible values: >= 1

    ID of the project status risk

    deleted_at date-time

    The date and time when the resource was deleted

Loading...