We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Er zijn endpoints nodig om de incident / feedback app af te kunnen ronden.
Vendor / config info Een GET endpoint voor het ophalen van de volgende branding / config info, op basis van de vendor slug:
{ clientId: 26, branding: { vendorSlug: 'dordrecht', vendorName: 'Dordrecht', vendorLogoPath: '/img/logo_dordrecht.png', primaryColor: '#001122', secondaryColor: 'blue' }, pages: [ 'address', 'foundation-damage-cause', 'foundation-damage-characteristics', 'address-characteristics', 'foundation-type', 'environment-damage-characteristics', 'upload', 'note', 'contact' ] }
Opslaan van survey info
Een POST endpoint dat de volgende info kan verwerken:
{ // Address Address: string building_id: string | undefined // use this key format for consistency throughout Fundermaps // AddressCharacteristics / FeedbackCharacteristics ChainedBuilding: boolean | null Owner: boolean | null NeighborRecovery: boolean | null // Contact Name: string Email: string PhoneNumber: string // EnvironmentDamageCharacteristics EnvironmentDamageCharacteristics: number[] // keyof EnvironmentDamageCharacteristics[] // // FoundationDamageCause FoundationDamageCause: keyof FoundationDamageCause | null // number // FoundationDamageCharacteristics FoundationDamageCharacteristics: number[] // keyof FoundationDamageCharacteristics[] // // FoundationType FoundationType: keyof FoundationType | null // number // Note Note: string // Upload DocumentFile: string[] }
The text was updated successfully, but these errors were encountered:
Momenteel zijn er 2 endpoints beschikbaar in de GO API.
GET /app/ POST /incident
De laatste was nog aangemerkt als experimenteel en is vooralsnog niet getest.
Sorry, something went wrong.
yorickdewid
No branches or pull requests
Er zijn endpoints nodig om de incident / feedback app af te kunnen ronden.
Vendor / config info
Een GET endpoint voor het ophalen van de volgende branding / config info, op basis van de vendor slug:
Opslaan van survey info
Een POST endpoint dat de volgende info kan verwerken:
The text was updated successfully, but these errors were encountered: