SalesChannelAttributeValueConfig
Retrieves a specific row for given id
Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequiredExample:
The channel ID of the resource.
5idintegerRequiredExample:
Unique identifier of the resource
1Responses
200
OK
application/json
403
Forbidden
404
The given resource or object was not found or does not exist.
application/json
500
Server Error
get
/api/v1/channel/{channel_id}/attribute_value_configs/{id}/Lists all of the records
Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequiredExample:
The channel ID of the resource.
5Query parameters
pageinteger · min: 1OptionalDefault:
Specifies the page number of the current dataset
1limitinteger · min: 1OptionalDefault:
Indicates the number of rows on the current page.
10attribute_setinteger[]Optional
attributestringOptional
created_datestring · date-timeOptionalExample:
Filter by creation date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).
created_date__gt=2024-01-01T00:00:00Zmodified_datestring · date-timeOptionalExample:
Filter by modification date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).
modified_date__lt=2024-01-01T00:00:00ZResponses
200
OK
application/json
400
Required field(s) are missing, data is invalid, or the action is not allowed.
application/json
401
Unauthorized Access
application/json
500
Server Error
get
/api/v1/channel/{channel_id}/attribute_value_configs/Last updated
Was this helpful?

