Response Information

The response body consists of the following JSON structure:
{
    "status": "STATUS",
    "output": {
        "sPListItemID": "ID",
        "sPListItemIDUrl": "ID"
    },
    "executionCount": 1,
    "error": "ERROR"
}
Name Description Type
STATUS Indicates: Success or Error String
output Key/value pair of result elements. Dictionary of string [key] and string [value]
sPListItemID List Item ID Integer
sPListItemID List Item ID Integer
executionCount Number of methods executed from the current invocation. NOTE: Will always be 1 for the integration API. Integer
Error Any error message details String