Download UCL Segment
POST /api/1/list/{id}/record
Add an individual contact to a list in Act-On.
Parameters
Name | Parameter Type |
Allow Multiple |
Required/ Optional |
Data Type | Description |
---|---|---|---|---|---|
authorization | header | false | required | string | Insert your generated access token. (Bearer {access token}) |
accountId | Path | false | required | number | Account ID where query needs to be done |
listId | Path | False | required | String | Specify the list ID in which you would like to access. |
pageSize | query | false | optional | number (maximum=1000) | Specify the number of elements to fetch. (Default=100) (Maximum=1000) |
pageNumber | query | false | optional | number | Specify the element offset to begin the fetch. (Default=0) |
search | query | false | optional | String | Specify word to filter records from segment |
semicolonSeparatedColumns | Query | False | Optional | String | Using a semicolon as the delimiter specify the fields (URLEncoded Required) you would like returned. |
Response
{ "id": "q-0383", "pageNumber": 0, "pageSize": 100, "search": "", "headers": [ "E-mail Address", "Cell Phone", "Created Date", "Modified Date" ], "contacts": { "l-unified-contacts:4e4c3": [ "[email protected]", "+0123456789", "Feb 25 2022 13:44 Chile/Continental", "Feb 25 2022 13:44 Chile/Continental" ], "l-unified-contacts:4e883": [ "[email protected]", "+0123456789", "May 31 2022 15:25 Chile/Continental", "May 31 2022 15:25 Chile/Continental" ] }, "totalCount": 2, "rowIds": { "l-unified-contacts:4e883": 321667, "l-unified-contacts:4e4c3": 320707 } }