get https://api.gigasheet.com/dataset//note
This endpoint returns a Json response acknowledging if the request to get a file's note.
was successful as well as the file note itself as a string
Log in to see full request history
Responses
This endpoint returns a Json response acknowledging if the request to get a file's note.
was successful as well as the file note itself as a string
xxxxxxxxxx
curl --request GET \
--url https://api.gigasheet.com/dataset/handle/note \
--header 'accept: application/json'
Try It!
to start a request and see the response here!