Skip to main content

List Time and Actions

GET 

/api/v1/time-and-actions

List Time and Actions

Request​

Query Parameters

    po_number string

    Number of the purchase order

    limit integer

    Possible values: >= 1 and <= 100

    Default value: 10

    Limit result of list

    created_to date-time

    End date of the range when time and actions were created

    updated_to date-time

    End date of the range when time and actions were updated

    offset integer

    Default value: 0

    updated_from date-time

    Start date of the range when time and actions were updated

    created_from date-time

    Start date of the range when time and actions were created

    status string

    Possible values: [UPCOMING, NEW, IN-PROGRESS, CANCELED, ABORTED, COMPLETED]

    Status of the Time and Action

Responses​

OK

Schema

    data

    object[]

    Time and Action data

  • Array [

  • createdDate date-time

    Creation date of the Time and Action

    id string

    Unique identifier of the Time and Action

    number stringnullable

    Number of the Time and Actions

    poNumbers string[]nullable

    List of purchase order numbers of the Time and Action

    status stringnullable

    Status of the Time and Action

    updatedDate date-time

    Last updated date of the Time and Action

  • ]

  • limit integerrequired

    Possible values: >= 1 and <= 100

    offset integerrequired
    total integerrequired
Loading...