Example content object:
{ "contentUrl" : "/demo/api/content/10004",
"contentTypeId" : "INTEGRATION",
"serviceName" : "MyExampleApplication",
"description" : "Description is text and is available when fetching all objects in a collection.",
"objectData" : { "sampleData":null,
"sampleData2":"This is a string",
"sampleArray":[0,1,2,3,4,5],
"o":{"anotherField":"Anything that can be serialized to JSON can be stored in objectData"}
}
}
Fields for the content service.
-
contentTypeId
Type of content object, must have one these values:
DOCUMENT_DATA
,DOCUMENT_DATA_SAVE
,DOCUMENT_DATA_TEMPLATE
, orINTEGRATION
. Add-ons and other applications storing content within Finale should use the content typeINTEGRATION
. -
contentUrl
The unique identifier for the content object. Read only.
-
description
Description of up to 255 characters for content object
-
documentTypeId
For content objects of one of the
DOCUMENT
types, the type of document the content relates to. NULL for other content types -
objectData
Arbitrary data with the content. Can be large. The objectData field is not returned when the entire collection of content object is requested. It is only available when requesting individual content objects.
-
serviceName
Name of the add-on or application that creates and maintains this content object.
Comments
0 comments
Article is closed for comments.