EndpointUrlSegments
Parameters comprising the segments of a JSON:API endpoint URL.
Properties
bundleId?
The bundle identifier.
Source
json-api-client/src/types.ts:83
cacheKey?
Optional. The custom cacheKey to use for this request.
Source
json-api-client/src/types.ts:107
entityTypeId?
The entity type identifier.
Source
json-api-client/src/types.ts:79
localeSegment?
Optional. The locale segment. Default is an empty string.
Source
json-api-client/src/types.ts:95
queryString?
Optional. The query string. Default is an empty string.
Source
json-api-client/src/types.ts:103
resourceId?
Optional. The ID of the individual resource.
Source
json-api-client/src/types.ts:99
viewDisplayId?
Optional. The display ID of a view.
Source
json-api-client/src/types.ts:91
viewName?
Optional. The machine name of a view.
Source
json-api-client/src/types.ts:87