Skip to main content
GET
List delivery lines

Authorizations

X-API-Key
string
header
required

Organization-scoped API key. Create one in the BuildingSwell app under Organization settings, API keys.

Query Parameters

page
integer
default:1

Page to return, starting at 1. Pages are 1-based, so page=0 is rejected with a 400.

Required range: x >= 1
pageSize
integer
default:100

Records per page. Defaults to 100 when no pagination parameter is sent. /timesheet applies no default at all, so send this explicitly.

orderBy
string

Sort fields, e.g. name:asc,createdAt:desc. Comma-separated and repeated parameters are equivalent.

select
string[]

Fields to return. Comma-separated or repeated parameters are equivalent; an explicit selection includes only requested fields. Nested JSON paths are supported.

Full-text search across the resource's search columns. Append :col1,col2 to limit which columns are searched.

filter
string

AND/OR filter expression, for example type eq 'phase' and isArchived eq false. Simple equality can also be passed as plain field parameters.

Response

Successful response.

values
object[]
hasMore
boolean