Request
Body Params application/json
{
"list_pages_id" : ["145569948631188"],
"search" : "",
"limit":10,
"offset":1
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/api/facebook-post/list-post/' \
--header 'X-Auth-User-Id: 143a00c7-faaa-11ed-a0c5-0242c0a80103' \
--header 'Content-Type: application/json' \
--data-raw '{
"list_pages_id" : ["145569948631188"],
// "list_status" : ["draf"],
"search" : "",
"limit":10,
"offset":1
// "created_at_datetime" : {
// "from_datetime" : "2023-10-09T00:00:00Z",
// "to_datetime" : "2023-11-11T00:00:00Z"
// },
// "posted_at_datetime" : {
// "from_datetime" : "2023-09-06T00:00:00Z",
// "to_datetime" : "2023-12-11T00:00:00Z"
// }
}'
Responses
application/json Modified at 2024-05-16 04:36:30