Skip to main content

List Time and Actions

GET 

https://sight.inspectorio.com/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

    Limit result of list

    Default value: 10
    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

    Possible values: >= 0

    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 [
  • createdDatedate-time

    Creation date of the Time and Action

    Example: 2021-06-03 07:18:05.372000+00:00
    idstring

    Unique identifier of the Time and Action

    Example: 34c75453-3ec6-4822-9e9a-9addc6076b3c
    numberstringnullable

    Number of the Time and Actions

    Example: TA1
    poNumbersstring[]nullable

    List of purchase order numbers of the Time and Action

    Example: ["PO1","PO2"]
    statusstringnullable

    Status of the Time and Action

    Example: NEW
    updatedDatedate-time

    Last updated date of the Time and Action

    Example: 2021-06-03 08:27:21.316000+00:00
  • ]
  • limitintegerrequired

    Possible values: >= 1 and <= 100

    offsetintegerrequired

    Possible values: >= 0

    totalintegerrequired

Authorization: apiKey

name: apiKeytype: apiKeyin: header
curl -L 'https://sight.inspectorio.com/api/v1/time-and-actions' \
-H 'Accept: application/json' \
-H 'apiKey: <apiKey>'
Request Collapse all
Base URL
https://sight.inspectorio.com
Auth
Parameters
— query
— query
— query
— query
— query
— query
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!