List Entries
Get List Entry By ID
This endpoint returns selected list entry data
GET
/
api
/
v1
/
list-entries
/
{listId}
/
{entryId}
Description
This API endpoint enables the retrieval of list entries. The structure of the list entries is dynamic and varies depending on the list and attributes, with no fixed response keys within the data.
Path
listId
string
requiredA unique identifier for the list.
entryId
string
requiredA unique identifier for the list entry.
Response
status
boolean
Indicates the success or failure of the response. In this case, true signifies a successful operation.
message
string
Provides a human-readable message accompanying the response. In this instance, it confirms the successful retrieval of the entries with the message “List Entries fetched successfully”
data
object
The structure of the list entries is dynamic and varies depending on the list and attributes, with no fixed response keys within the data.