OpenTripPlanner: AuthenticatedRequestStructure
  • Resources
  • Data Types
  • Files and Libraries
  • Back to Top
  1. Home
  2. JSON
  3. AuthenticatedRequestStructure

AuthenticatedRequestStructure Data Type

Abstract Type
Subtypes
AbstractNotificationStructure, DataReadyRequestStructure, FacilityRequestStructure, StopPointsRequest, CheckStatusRequestStructure, ServiceFeaturesDiscoveryRequestStructure, TerminateSubscriptionRequestStructure, RequestStructure, InfoChannelDiscoveryRequestStructure, ProductCategoriesDiscoveryRequestStructure, LinesDiscoveryRequestStructure, ConnectionLinksDiscoveryRequestStructure, ProducerRequestEndpointStructure, VehicleFeaturesRequestStructure, CapabilitiesRequest, AbstractDiscoveryRequestStructure, DataSupplyRequestStructure, HeartbeatNotificationStructure, StopPointsDiscoveryRequestStructure, ConsumerRequestEndpointStructure, SubscriptionRequestStructure, SubscriptionRequest, AbstractSubscriptionRequestStructure, ServiceFeaturesRequest
Implemented Interfaces
Serializable
Properties
name data type description
AccountId string
AccountKey string
Properties inherited from AbstractRequestStructure
RequestTimestamp string

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "AccountId" : "...",
  "AccountKey" : "...",
  "RequestTimestamp" : "..."
}

Generated by Enunciate.