Hi,
"GET /api/v1/ping" returns
{"rest_api":[{"build":2,"href":"api\/v1","version":1}]}
If I do a "GET /api/v1/nodes/{category_id}/content" the body contains all the attributes in some format, ex:
"... <1,?,'DisplayName'='attDateField','FixedRows'=true,'ID'=2,'MaxRows'=1,'NumRows'=1,'Required'=false,'Search'=true,'TimeField'=false,'Type'=-7>..."
- Is there any documentation about this format?
- Are there any other REST calls to get the same info in JSON, directly from the category object?
"GET /api/v1/nodes/{doc_id}/categories/{cat_id}" returns all the category attributes but I need to know them before applying a category to a document.
Regards,
Cristian