GET v1/{subscriptionID}/projects/{projectID}/parameters
Gets all project parameters of a project.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
projectID |
The project ID. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns all project parameters for the specified project ID.
Collection of ProjectParameterViewModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Gets the parameter ID. |
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. |
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": "1677ee7f-6103-48a2-9780-7d55f9413dbf", "Name": "sample string 2", "Type": 1, "Value": "sample string 3", "ModificationTime": "2022-05-23T18:09:03.3667932Z", "Modifier": { "ID": "bd3f3b2c-feac-4f65-9131-44077f2baac0", "Name": "sample string 2" }, "FriendlyID": "sample string 5" }, { "ID": "1677ee7f-6103-48a2-9780-7d55f9413dbf", "Name": "sample string 2", "Type": 1, "Value": "sample string 3", "ModificationTime": "2022-05-23T18:09:03.3667932Z", "Modifier": { "ID": "bd3f3b2c-feac-4f65-9131-44077f2baac0", "Name": "sample string 2" }, "FriendlyID": "sample string 5" } ]