Get Salesforce order lines by ad account id.
GET {{baseUrl}}/ad_accounts/:ad_account_id/ssio/order_lines?bookmark=<string>&page_size=25&pin_order_id=<string>
Get Salesforce order lines for account id adaccountid
.
- The token's user_account must either be the Owner of the specified ad account, or have one of the necessary roles granted to them via Business Access: Admin, Finance, Campaign.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
bookmark | string | Cursor used to fetch the next page of items | |
page_size | number | Maximum number of items to include in a single page of the response. See documentation on <a href='/docs/getting-started/pagination/'>Pagination</a> for more information. | |
pin_order_id | string | The pin order id associated with the ssio insertino order |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[],"bookmark":"\u003cstring\u003e"}