Input Examples

The syntax for the GetActivityAssignments data input parameters is as follows:

{

"global_properties":

{

"char_set":"<char_set>",

"date_format":"<date_format>",

"language":"<lang>"

"api_version":"et-integration-api-1.0",

},

"application_data":

{

"resource_descriptor":

{

"resource_id":"<resource_ID>",

"resource_login_id":"<resource_login_ID>",

"resource_email":"<resource_email>",

"resource_first_name":"<resource_first_name>",

"resource_last_name":"<resource_last_name>"

},

"start_date_from":"<start_from>",

"start_date_to":"<start_to>",

"end_date_from":"<end_from>",

"end_date_to":"<end_to>",

"include_external_wa":"<incl_external>",

"include_closed_wa":"<incl_closed>",

"max_rows":"<max_rows>"

}

}

This is an example with values for the placeholders:

{

"global_properties":

{

"char_set":"utf-8",

"date_format":"yyyy/mm/dd",

"language": "en"

"api_version": "et-integration-api-1.0",

},

"application_data":

{

"resource_descriptor":

{

"resource_id":"GHGHG545TRT",

"resource_login_id":"john_doe",

"resource_email":"john.smith@example.com",

"resource_first_name":"john",

"resource_last_name":"smith"

},

"start_date_from":"2011/12/01",

"start_date_to":"2011/12/31",

"end_date_from":"2011/12/01",

"end_date_to":"2011/12/31",

"include_external_wa":"TRUE",

"include_closed_wa":"FALSE",

"max_rows":"20"

}

}



Legal Notices
Copyright © 2000, 2016, Oracle and/or its affiliates. All rights reserved.

Last Published Thursday, December 01, 2016