Whenever I paste the link, I get the result like CURRENT ENDPOINT GET /api/v2/assets/amCcgEtZNyhJUMDXfbVj6t/export-settings/ "HTTP 200 OK Allow: GET, POST, HEAD, OPTIONS Content-Type: application/json Vary: Accept { "count": 0, "next": null, "previous": null, "results": [] }
Thanks for watching the tutorial. The result you're seeing, "count": 0, usually indicates that no data is available to export from the specified endpoint. Here are a few things to check: Check Asset ID: Double-check the Asset ID (amCcgEtZNyhJUMDXfbVj6t in your example) to make sure it's correct and corresponds to the form you want to link with Excel. Data Submissions: Ensure that the form has data submissions. If there are no entries, the API will return an empty result as you’re seeing. Permissions: Verify you have the necessary permissions to access and export data from this endpoint. If permissions are restricted, this could impact data visibility. API Version: Make sure you're using the correct API version for the data export. Double-check the tutorial for any specific version references. If these steps don’t solve the issue, let me know, and I’d be happy to help troubleshoot further!
great tutorial
Very informative for learning
good. great tutorial
It's great and knolwgable thanks for uploading
great
Great
Thank you very much for helpful video
am having a challenge it request me to put my username and password after that it fails to log me in
You might be entering wrong password or user name. Can you explain further or share a screen shot?
@@learn_and_apply thanks it worked
Whenever I paste the link, I get the result like
CURRENT ENDPOINT
GET /api/v2/assets/amCcgEtZNyhJUMDXfbVj6t/export-settings/
"HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 0,
"next": null,
"previous": null,
"results": []
}
Thanks for watching the tutorial. The result you're seeing, "count": 0, usually indicates that no data is available to export from the specified endpoint. Here are a few things to check:
Check Asset ID: Double-check the Asset ID (amCcgEtZNyhJUMDXfbVj6t in your example) to make sure it's correct and corresponds to the form you want to link with Excel.
Data Submissions: Ensure that the form has data submissions. If there are no entries, the API will return an empty result as you’re seeing.
Permissions: Verify you have the necessary permissions to access and export data from this endpoint. If permissions are restricted, this could impact data visibility.
API Version: Make sure you're using the correct API version for the data export. Double-check the tutorial for any specific version references.
If these steps don’t solve the issue, let me know, and I’d be happy to help troubleshoot further!