public. Retrieve list of services.
None
| Name | Type | Description |
| authenticate | bool? | Force authentication for request (default: false) |
| limit | string? | Maximum number of items to retrieve. Must be a positive number or 'all' to retrieve all items. (default: 100) |
| offset | int? | Number of items to skip. Must be a positive number or 0 to not skip any. (default: 0) |
| sortby | {description, type, init, sid, uri}? | Sort field. Prefix value with '-' to sort descending. default: No sorting |
| type | {auth, ext}? | Return only these types of services. Default: Return all |
| Name | Value | Description |
| BadRequest | 400 | Invalid input parameter or request body |
| Forbidden | 403 | MindTouch API key or Administrator access is required. |
| Ok | 200 | The request completed successfully |
Output:
<services count="{int}" href="{uri}">
<service id="{int}" href="{uri}">
<sid>{sid}</sid>
<uri>{uri}</uri>
<type>{auth|ext}</type>
<description>{text}</description>
<date.modified>{date}</date.modified>
<status>{enabled|disabled}</status>
<init>{local/remote}</init>
<lasterror>{text}</lasterror>
<config>
<value key="{text}">{text}</value>
...
</config>
<preferences>
<value key="{text}">{text}</value>
...
</preferences>
</service>
</services>
Refer here for more information about Dream services.
Refer to the feature POST:site/services for details about the message contents.
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by