Retrieves the list's Personal Fields
| Method | GET |
|---|---|
| URL | http://api.responder.co.il/v1.0/lists/{list_id}/personal_fields |
|
fields
optional |
A comma separated list of field name to be retrived. Values: id,name,dir,type |
|
limit
optional |
Maximum number of rows to be retrived.
Default value: 500 |
|
offset
optional |
The position to start the count of "limit" from.
Default value: 0 |
|
dir
optional |
The order of the rows.
Default value: 0 |
|
subscriber_id
optional |
The identity of specific subscriber.
Default value: null |
|
min_join_date
optional |
The minimum for subscription date of subscriber.
Default value: null |
|
max_join_date
optional |
The maximum for subscription date of subscriber.
Default value: null |
{
"LIST_ID" : 123456
"PERSONAL_FIELDS" : [
{
"ID" : 2365,
"NAME" : "City",
"DEFAULT_VALUE" : "Tel Aviv",
"DIR" : "rtl",
"TYPE" : 0
},
{
"ID" : 2365,
"NAME" : "Birth Date",
"DEFAULT_VALUE" : "",
"DIR" : "ltr",
"TYPE" : 1
}
]
}