v1

latestOpenAPI 3.0.32026-08-06220402931.4 KB
resource

get/v1/business/{business_id}/resource/distribution/

Path parameters

business_idinteger required

Query parameters

allocation_thresholdstring
include_upcoming_projectboolean
limitinteger

Number of results to return per page.

monthstring
offsetinteger

The initial index from which to return the results.

position_idstring
resource_end_datestring
resource_start_datestring
searchstring
worker_idsstring

실무자 필터

yearstring

Response

countinteger
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?offset=400&limit=100",
  "previous": "http://api.example.org/accounts/?offset=200&limit=100"
}