Filter the results. See ODATA documentation for more information
Example: name eq 'Adam' and age gt 20
OrderBystringOptional
Sorting the results. See ODATA specification for more information
Example: accountNumber Desc
ModifiedAfterstring · date-timeOptional
Apply a separate modified After filter. See 'ModifiedBefore' filter for further details.
Example: 03/01/2025 00:00:00
ModifiedBeforestring · date-timeOptional
Filter is also applied on sub entities: 'orderProducts', 'orderCharges', 'chargeDetails', 'orderDiscounts', 'milestones' and 'customFields' on these entities
Example: 03/01/2025 00:00:00
PageSizeinteger · int32Optional
Page Size
Example: 20
PageNumberinteger · int32Optional
Page Number
Example: 1
Header parameters
api-versionstringOptional
Responses
200
Success
application/json
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
get
GET /Accounts/{id}/Subscriptions HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
Filter the results. See ODATA documentation for more information
Example: name eq 'Adam' and age gt 20
OrderBystringOptional
Sorting the results. See ODATA specification for more information
Example: accountNumber Desc
ModifiedAfterstring · date-timeOptional
Apply a separate modified After filter. See 'ModifiedBefore' filter for further details.
Example: 03/01/2025 00:00:00
ModifiedBeforestring · date-timeOptional
Filter is also applied on sub entities: 'orderProducts', 'orderCharges', 'chargeDetails', 'orderDiscounts', 'milestones' and 'customFields' on these entities
Example: 03/01/2025 00:00:00
PageSizeinteger · int32Optional
Page Size
Example: 20
PageNumberinteger · int32Optional
Page Number
Example: 1
Header parameters
api-versionstringOptional
Responses
200
Success
application/json
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
get
GET /Accounts/{id}/SalesOrders HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*