Developers
API ReferenceReported Time Type

Retrieves the collection of ReportedTimeType resources.

GET
/project/reported-time-types

Retrieves the collection of ReportedTimeType resources.

Authorization<token>

Value for the Authorization header parameter.

In: header

Query Parameters

page?integer

The collection page number

Default1
itemsPerPage?integer

The number of items per page

Range0 <= value <= 100
Default30
order[name]?string
Default"asc"

Value in

  • "asc"
  • "desc"
isDefault?boolean
isPaid?boolean
isActive?boolean
name?string

Response Body

curl -X GET "https://example.com/project/reported-time-types"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "name": "string",    "isDefault": true,    "isPaid": true,    "isActive": true  }]