GET v1/{subscriptionID}/projects/parameters/{parameterID}
Gets a project parameter.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
parameterID |
The project parameter ID to be retrieved. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a project parameter for the specified project parameter ID.
ProjectParameterModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Gets the parameter ID. |
globally unique identifier |
None. |
SubscriptionID |
Gets the subscription ID of the parameter. |
globally unique identifier |
None. |
ProjectID |
Gets the project ID of the parameter. |
globally unique identifier |
None. |
Name |
Gets the parameter name. |
string |
None. |
Type |
Gets the parameter type. |
ProjectParameterType |
None. |
Value |
Gets the value of the parameter. |
string |
None. |
CreationTime |
Gets the parameter creation time. |
date |
None. |
Creator |
Gets the user who created the parameter. |
UserViewModel |
None. |
ModificationTime |
Gets the last modification time of the parameter. |
date |
None. |
Modifier |
Gets the user who was the last to modify the parameter. |
UserViewModel |
None. |
FriendlyID |
Gets the friendly ID of the parameter. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": "2ef43115-a1f7-4696-abe7-da79fe88d722", "SubscriptionID": "4dd15c5e-2368-4df1-96fe-0333d6ae719f", "ProjectID": "c313e1fc-a5cc-46b9-8914-80f10f2d2897", "Name": "sample string 4", "Type": 1, "Value": "sample string 5", "CreationTime": "2022-05-23T17:22:38.7828333Z", "Creator": { "ID": "4280c716-6fe9-4f96-98e0-2e6366ef9c9e", "Name": "sample string 2" }, "ModificationTime": "2022-05-23T17:22:38.7828333Z", "Modifier": { "ID": "4280c716-6fe9-4f96-98e0-2e6366ef9c9e", "Name": "sample string 2" }, "FriendlyID": "sample string 8" }