GET api/user/{id}/components?UpdatedAt={UpdatedAt}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| UpdatedAt | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Component| Name | Description | Type | Additional information |
|---|---|---|---|
| NumberId | integer |
None. |
|
| ElementId | integer |
None. |
|
| BridgeId | integer |
None. |
|
| TSRefId | integer |
None. |
|
| TSSubRefId | integer |
None. |
|
| Identifier | string |
None. |
|
| Description | string |
None. |
|
| ElementSourceId | integer |
None. |
|
| InspectionPeriod | string |
None. |
|
| ComponentRefId | integer |
None. |
|
| NextInspectionPlanned | date |
None. |
|
| LastInspectionPlanned | date |
None. |
|
| InspectionPeriodYears | decimal number |
None. |
|
| InspectionNotLaterThan | date |
None. |
|
| DefaultVulnerabilityScore | string |
None. |
|
| DefaultCriticalityScore | string |
None. |
|
| LastVulnerabilityScore | integer |
None. |
|
| LastCriticalityScore | integer |
None. |
|
| ComponentTypeId | integer |
None. |
|
| LastInspectionConducted | date |
None. |
|
| ComponentCorridorId | integer |
None. |
|
| OtherReferenceId | integer |
None. |
|
| GridRefStart | string |
None. |
|
| GridRefEnd | string |
None. |
|
| ComponentSubRef | string |
None. |
|
| Id | integer |
None. |
|
| UpdatedAt | date |
None. |
|
| MajorVersion | integer |
None. |
|
| MinorVersion | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NumberId": 1,
"ElementId": 1,
"BridgeId": 1,
"TSRefId": 1,
"TSSubRefId": 1,
"Identifier": "sample string 1",
"Description": "sample string 2",
"ElementSourceId": 1,
"InspectionPeriod": "sample string 3",
"ComponentRefId": 1,
"NextInspectionPlanned": "2025-11-08T12:14:26.8719907+00:00",
"LastInspectionPlanned": "2025-11-08T12:14:26.8719907+00:00",
"InspectionPeriodYears": 1.1,
"InspectionNotLaterThan": "2025-11-08T12:14:26.8719907+00:00",
"DefaultVulnerabilityScore": "sample string 6",
"DefaultCriticalityScore": "sample string 7",
"LastVulnerabilityScore": 1,
"LastCriticalityScore": 1,
"ComponentTypeId": 1,
"LastInspectionConducted": "2025-11-08T12:14:26.8719907+00:00",
"ComponentCorridorId": 1,
"OtherReferenceId": 1,
"GridRefStart": "sample string 8",
"GridRefEnd": "sample string 9",
"ComponentSubRef": "sample string 10",
"Id": 11,
"UpdatedAt": "2025-11-08T12:14:26.8719907Z",
"MajorVersion": 1,
"MinorVersion": 1
},
{
"NumberId": 1,
"ElementId": 1,
"BridgeId": 1,
"TSRefId": 1,
"TSSubRefId": 1,
"Identifier": "sample string 1",
"Description": "sample string 2",
"ElementSourceId": 1,
"InspectionPeriod": "sample string 3",
"ComponentRefId": 1,
"NextInspectionPlanned": "2025-11-08T12:14:26.8719907+00:00",
"LastInspectionPlanned": "2025-11-08T12:14:26.8719907+00:00",
"InspectionPeriodYears": 1.1,
"InspectionNotLaterThan": "2025-11-08T12:14:26.8719907+00:00",
"DefaultVulnerabilityScore": "sample string 6",
"DefaultCriticalityScore": "sample string 7",
"LastVulnerabilityScore": 1,
"LastCriticalityScore": 1,
"ComponentTypeId": 1,
"LastInspectionConducted": "2025-11-08T12:14:26.8719907+00:00",
"ComponentCorridorId": 1,
"OtherReferenceId": 1,
"GridRefStart": "sample string 8",
"GridRefEnd": "sample string 9",
"ComponentSubRef": "sample string 10",
"Id": 11,
"UpdatedAt": "2025-11-08T12:14:26.8719907Z",
"MajorVersion": 1,
"MinorVersion": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfComponent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.Api.DataModels">
<Component>
<MajorVersion>1</MajorVersion>
<MinorVersion>1</MinorVersion>
<UpdatedAt>2025-11-08T12:14:26.8719907Z</UpdatedAt>
<Id>11</Id>
<BridgeId>1</BridgeId>
<ComponentCorridorId>1</ComponentCorridorId>
<ComponentRefId>1</ComponentRefId>
<ComponentSubRef>sample string 10</ComponentSubRef>
<ComponentTypeId>1</ComponentTypeId>
<DefaultCriticalityScore>sample string 7</DefaultCriticalityScore>
<DefaultVulnerabilityScore>sample string 6</DefaultVulnerabilityScore>
<Description>sample string 2</Description>
<ElementId>1</ElementId>
<ElementSourceId>1</ElementSourceId>
<GridRefEnd>sample string 9</GridRefEnd>
<GridRefStart>sample string 8</GridRefStart>
<Identifier>sample string 1</Identifier>
<InspectionNotLaterThan>2025-11-08T12:14:26.8719907+00:00</InspectionNotLaterThan>
<InspectionPeriod>sample string 3</InspectionPeriod>
<InspectionPeriodYears>1.1</InspectionPeriodYears>
<LastCriticalityScore>1</LastCriticalityScore>
<LastInspectionConducted>2025-11-08T12:14:26.8719907+00:00</LastInspectionConducted>
<LastInspectionPlanned>2025-11-08T12:14:26.8719907+00:00</LastInspectionPlanned>
<LastVulnerabilityScore>1</LastVulnerabilityScore>
<NextInspectionPlanned>2025-11-08T12:14:26.8719907+00:00</NextInspectionPlanned>
<NumberId>1</NumberId>
<OtherReferenceId>1</OtherReferenceId>
<TSRefId>1</TSRefId>
<TSSubRefId>1</TSSubRefId>
</Component>
<Component>
<MajorVersion>1</MajorVersion>
<MinorVersion>1</MinorVersion>
<UpdatedAt>2025-11-08T12:14:26.8719907Z</UpdatedAt>
<Id>11</Id>
<BridgeId>1</BridgeId>
<ComponentCorridorId>1</ComponentCorridorId>
<ComponentRefId>1</ComponentRefId>
<ComponentSubRef>sample string 10</ComponentSubRef>
<ComponentTypeId>1</ComponentTypeId>
<DefaultCriticalityScore>sample string 7</DefaultCriticalityScore>
<DefaultVulnerabilityScore>sample string 6</DefaultVulnerabilityScore>
<Description>sample string 2</Description>
<ElementId>1</ElementId>
<ElementSourceId>1</ElementSourceId>
<GridRefEnd>sample string 9</GridRefEnd>
<GridRefStart>sample string 8</GridRefStart>
<Identifier>sample string 1</Identifier>
<InspectionNotLaterThan>2025-11-08T12:14:26.8719907+00:00</InspectionNotLaterThan>
<InspectionPeriod>sample string 3</InspectionPeriod>
<InspectionPeriodYears>1.1</InspectionPeriodYears>
<LastCriticalityScore>1</LastCriticalityScore>
<LastInspectionConducted>2025-11-08T12:14:26.8719907+00:00</LastInspectionConducted>
<LastInspectionPlanned>2025-11-08T12:14:26.8719907+00:00</LastInspectionPlanned>
<LastVulnerabilityScore>1</LastVulnerabilityScore>
<NextInspectionPlanned>2025-11-08T12:14:26.8719907+00:00</NextInspectionPlanned>
<NumberId>1</NumberId>
<OtherReferenceId>1</OtherReferenceId>
<TSRefId>1</TSRefId>
<TSSubRefId>1</TSSubRefId>
</Component>
</ArrayOfComponent>