GET v1/Folder/{id}/GuidName
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
GuidNameName | Description | Type | Additional information |
---|---|---|---|
Guid | globally unique identifier |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Guid": "71716ed5-86b7-4e96-91c8-0757d08d89ce", "Name": "sample string 2" }
application/octet-stream
Sample:
{"Guid":"71716ed5-86b7-4e96-91c8-0757d08d89ce","Name":"sample string 2"}
application/xml, text/xml
Sample:
<GuidName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common"> <Guid>71716ed5-86b7-4e96-91c8-0757d08d89ce</Guid> <Name>sample string 2</Name> </GuidName>