Get a List of Resource Skills or Asset Attributes
Lists the available resource skills or asset attributes.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | Attributes | Required |
AttributeType | Int | The type of attributes to list | Required |
Response Codes
Code | Message | Information |
---|---|---|
0 | Response Data | See 'Response' example tab |
2 | AttributeType parameter is required | Mandatory parameter was not supplied |
2 | AttributeType parameter value is not recognised | Integer value is invalid or was not specified (when required) |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=Attributes&AttributeType=1
Response Data
{ "Code": 0, "Result": [ { "AttributeId": 47385, "AttributeName": "Advanced Problem Solving" }, { "AttributeId": 20506, "AttributeName": "GasSafe Boiler Maintenance" }, { "AttributeId": 3103, "AttributeName": "Project Management" }, { "AttributeId": 20252, "AttributeName": "Strategic Planning" }, { "AttributeId": 15853, "AttributeName": "Logistics Coordination" } ] }