Date values in requests to change or add objects must be specified in ISO 8601 format in the client's local time zone.
Example
2016-03-19T13:09:08.123Z
Date values in requests to change or add objects must be specified in ISO 8601 format in the client's local time zone.
Example
2016-03-19T13:09:08.123Z
HTTP requests use the following types of parameters:
Path parameters extend the URL path. A forward slash is used as the delimiter.
If a query uses a path parameters, they are given in URI format.
Example
https://<host name>/ApiServer/imx/sessions/exampleparameter
Query parameter are appended to the URL with a question mark (?) or an ampersand (&).
The first query parameter must be prefixed by a question mark. In this case, you must use the following format:
?parameter name=parameter value (for example, ?orderBy=LastName)
Subsequent query parameters must be prefixed by an ampersand. In this case, you must use the following format:
¶meter name=parameter value (for example, ?sortOrder=ascending)
NOTE: Unknown query parameters are rejected by the server with error code 400. This also affects query parameters with incorrect upper and lower case spelling.
Example
https://<host name>/AppServer/portal/person?orderBy=LastName
© ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center