Agency (p:agency)¶
http://profiles.goabout.com/agency
The Agency (p:agency) profile represents an organization that provides one or more Mode (p:mode)s of transportation.. Usually some kind of public- transport, but things like cabs, rental-bikes, etc., also.
Example¶
{
"name" : "Arriva",
"moreInfoHref" : "https://goabout.com/pages/agencies/arriva",
"logoHref" : "https://goabout.com/pages/agencies/arriva.png",
"description" : "Arriva is een internationaal openbaar vervoerder",
"_links" : {
"self" : {
"href" : "https://api.goabout.com/agency/12"
}
}
}
Reference¶
GET¶
Properties¶
name: | String The name of the agency. |
---|---|
logoHref: | URI [OPTIONAL] The href to the logo for this agency. |
moreInfoHref: | URI [OPTIONAL] The href where more (human readable) information about this agency can be found. |
description: | String [OPTIONAL] A (short) description about this agency. Intended to be displayed close to where |