GET DeveloperData/GetRegistrationData/{id}
Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Developer DataName | Type | Additional information | Description |
---|---|---|---|
Key | string |
None. |
|
Data | string |
None. |
|
Created | date |
None. |
|
Modified | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "Key": "sample string 1", "Data": "sample string 2", "Created": "2024-11-15", "Modified": "2024-11-15" }