GET / Contact List Data Field Properties
GET /v2/field/all/{listId}
Header
HTTP/1.1
Authorization: Bearer $api_id.$api_secret
Host: api.$app_domain
Accept: application/json
Response
[{
"id": "32728",
"list_id": "6641",
"name": "Address",
"type": "text",
"time": "1640884194",
"changed_time": "1640884194"
}, {
"id": "32729",
"list_id": "6641",
"name": "City",
"type": "text",
"time": "1640884194",
"changed_time": "1640884194"
}]
Error code
HTTP/1.1 404 Not Found
{
"id": "0",
"message": "Error description"
}
Comments
0 comments
Please sign in to leave a comment.