Skip to content

Instantly share code, notes, and snippets.

@rickx1
Created October 20, 2013 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickx1/7073068 to your computer and use it in GitHub Desktop.
Save rickx1/7073068 to your computer and use it in GitHub Desktop.
IBM Content Navigator External Data Services request
{
"repositoryId":"target_object_store_name",
"objectId" : "GUID_or_PID_of_item_that_is_being_edited",
"requestMode" : "request_context",
"externalDataIdentifier" : "identifier_for_the_service",
"properties":
[
{
"symbolicName" : "property_name",
"value" : "current_value"
}
],
"clientContext":
{
"Key1":"Value1",
"Key2":"Value2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment