get uris url config
/members/{member}/groups/{group}/uris/urlconfig [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9900 | 5.9900 | xml |
Description
Gets the following URL configuration files for a specified group and URL or URL type.
xref-config.xml
url-config.xml
(including labels from global template)url-template.xml
editor-config.xml
This service tries to locate the files by looking for the corresponding folder based on URL type in the order defined below:
/template/[global template]/url/[type]
/template/default/url/[type]
Parameters
Name | Description | Required | Type | Default value |
---|---|---|---|---|
mediatype | the mediattype for external URI | yes unless urltype specified | string | |
url | the URL for external URI | yes unless urltype specified | string | |
urltype | the URL type for the config (overrides url & mediatype ) | yes unless url & mediatype specified | string |
Permission
This service requires guest or higher unless the group is public.
Response
<url-type definedby="myproject" name="mytype"> [<xref-configs> ... </xref-configs>] [<url-config> ... </url-config>] [<url-template> ... </url-template>] [<editor-configs> ... </editor-configs>] </document-type>
Error Handling
0x1212 | Invalid URL |
---|