get /sharedcontent
Stability index
This API is extremely reliable and will not be broken unless absolutely necessary.
Query parameters
- filter (optional)
- orderby (optional)
- privileges (optional)
Return type
array[SharedContentCondensed]
Example data
Content-Type: application/json
[ {
"privileges" : [ "privileges", "privileges" ],
"metaData" : [ {
"createdDate" : "2000-01-23T04:56:07.000+00:00",
"modifiedByUserName" : "modifiedByUserName",
"schemaPath" : "schemaPath",
"modifiedDate" : "2000-01-23T04:56:07.000+00:00",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"value" : "value",
"key" : "key"
}, {
"createdDate" : "2000-01-23T04:56:07.000+00:00",
"modifiedByUserName" : "modifiedByUserName",
"schemaPath" : "schemaPath",
"modifiedDate" : "2000-01-23T04:56:07.000+00:00",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"value" : "value",
"key" : "key"
} ],
"name" : "name",
"description" : "description",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"type" : "type",
"uri" : "http://example.com/aeiou"
}, {
"privileges" : [ "privileges", "privileges" ],
"metaData" : [ {
"createdDate" : "2000-01-23T04:56:07.000+00:00",
"modifiedByUserName" : "modifiedByUserName",
"schemaPath" : "schemaPath",
"modifiedDate" : "2000-01-23T04:56:07.000+00:00",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"value" : "value",
"key" : "key"
}, {
"createdDate" : "2000-01-23T04:56:07.000+00:00",
"modifiedByUserName" : "modifiedByUserName",
"schemaPath" : "schemaPath",
"modifiedDate" : "2000-01-23T04:56:07.000+00:00",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"value" : "value",
"key" : "key"
} ],
"name" : "name",
"description" : "description",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"type" : "type",
"uri" : "http://example.com/aeiou"
} ]
Responses
- 200
- OK