curl --request GET \
--url http://api.globalwebindex.com/v2/saved/crosstabs \
--header 'Authorization: <api-key>'{
"count": 123,
"projects": [
{
"uuid": "<string>",
"copied_from": "<string>",
"created_at": "<string>",
"folder_id": "<string>",
"name": "<string>",
"notes": "<string>",
"shared": [
{
"email": "<string>",
"error": {
"code": 123,
"err": "<unknown>",
"message": "<string>",
"meta": {},
"type": "unknown"
},
"org_id": 123,
"user_id": 123
}
],
"shared_by": {
"email": "<string>",
"error": {
"code": 123,
"err": "<unknown>",
"message": "<string>",
"meta": {},
"type": "unknown"
},
"org_id": 123,
"user_id": 123
},
"sharing_note": "<string>",
"sharing_type": "",
"updated_at": "<string>"
}
]
}List crosstabs with metadata for current user.
curl --request GET \
--url http://api.globalwebindex.com/v2/saved/crosstabs \
--header 'Authorization: <api-key>'{
"count": 123,
"projects": [
{
"uuid": "<string>",
"copied_from": "<string>",
"created_at": "<string>",
"folder_id": "<string>",
"name": "<string>",
"notes": "<string>",
"shared": [
{
"email": "<string>",
"error": {
"code": 123,
"err": "<unknown>",
"message": "<string>",
"meta": {},
"type": "unknown"
},
"org_id": 123,
"user_id": 123
}
],
"shared_by": {
"email": "<string>",
"error": {
"code": 123,
"err": "<unknown>",
"message": "<string>",
"meta": {},
"type": "unknown"
},
"org_id": 123,
"user_id": 123
},
"sharing_note": "<string>",
"sharing_type": "",
"updated_at": "<string>"
}
]
}OK
Number of projects.
Array of individual projects.
Show child attributes
Internal unique identifier for this project.
UUID of project this was copied from, may be empty.
When the project was created.
FolderID of this project.
Project is shared with these users/orgs.
Show child attributes
Show child attributes
HTTP status code to be returned.
Error description (error.Error()).
Message to the user.
Optional application specific data
Error type - invalid_arguments for example.
unknown Show child attributes
Show child attributes
HTTP status code to be returned.
Error description (error.Error()).
Message to the user.
Optional application specific data
Error type - invalid_arguments for example.
unknown Note attached to the sharing email and in listing of projects, may be empty. This is different note to the project note.
SharingType is filled only if is project shared by other method than user/org, like linkSharedByURL.
, linkSharedByURL Last update time of the project.
Was this page helpful?