| name | data type | description |
|---|---|---|
| ConnectionMonitoringServiceCapabilities | ConnectionTimetableServiceCapabilitiesStructure | |
| ConnectionMonitoringPermissions | ConnectionMonitoringPermissions | |
| Extensions | ExtensionsStructure | |
| version | string | |
Properties inherited from AbstractServiceCapabilitiesResponseStructure |
||
| RequestMessageRef | MessageQualifierStructure | |
| Status | boolean | |
| ErrorCondition | ServiceDeliveryErrorConditionStructure | |
Properties inherited from ResponseStructure |
||
| ResponseTimestamp | string | |
Example
{
"ConnectionMonitoringServiceCapabilities" : {
"TopicFiltering" : {
"FilterByLineRef" : true,
"FilterByConnectionLinkRef" : true
},
"RequestPolicy" : {
"ForeignJourneysOnly" : true,
"NationalLanguage" : [ "...", "..." ],
"GmlCoordinateFormat" : "...",
"WgsDecimalDegrees" : "..."
},
"SubscriptionPolicy" : {
"HasIncrementalUpdates" : true,
"HasChangeSensitivity" : true
},
"AccessControl" : {
"CheckOperatorRef" : true,
"CheckLineRef" : true,
"CheckConnectionLinkRef" : true,
"RequestChecking" : true
},
"Extensions" : {
"any" : { }
},
"GeneralInteraction" : {
"Interaction" : { },
"Delivery" : { },
"MultipartDespatch" : true,
"MultipleSubscriberFilter" : true,
"HasConfirmDelivery" : true,
"HasHeartbeat" : true,
"VisitNumberisOrder" : true
},
"TransportDescription" : {
"CommunicationsTransportMethod" : "httpPost",
"CompressionMethod" : "none"
}
},
"ConnectionMonitoringPermissions" : {
"ConnectionMonitoringPermission" : [ {
"OperatorPermissions" : { },
"LinePermissions" : { },
"ConnectionLinkPermissions" : { },
"Extensions" : { },
"AllParticipants" : "...",
"ParticipantRef" : { },
"GeneralCapabilities" : { }
}, {
"OperatorPermissions" : { },
"LinePermissions" : { },
"ConnectionLinkPermissions" : { },
"Extensions" : { },
"AllParticipants" : "...",
"ParticipantRef" : { },
"GeneralCapabilities" : { }
} ]
},
"Extensions" : {
"any" : { }
},
"version" : "...",
"RequestMessageRef" : {
"value" : "..."
},
"Status" : true,
"ErrorCondition" : {
"CapabilityNotSupportedError" : {
"CapabilityRef" : { }
},
"AccessNotAllowedError" : {
"ErrorText" : "..."
},
"NoInfoForTopicError" : {
"ErrorText" : "..."
},
"AllowedResourceUsageExceededError" : {
"ErrorText" : "..."
},
"OtherError" : {
"ErrorText" : "..."
},
"Description" : {
"value" : "..."
}
},
"ResponseTimestamp" : "..."
}