Difference between revisions of "Example Payloads"
From wiki.gpii
(link to GPII Payloads repository added) |
|||
(19 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | '''Note''': This page is '''out of date'''. Please see the '''[https://github.com/GPII/universal/tree/master/documentation GPII Universal Github Repository]''' for up-to-date API documentation. See the '''[https://github.com/GPII/gpii-payloads GPII Payloads repository]''' for the most up-to-date payload examples. | ||
− | * | + | == User Preferences Server == |
− | + | ||
− | + | === Request === | |
− | + | ||
− | + | <pre> | |
− | + | GET /user/<token> | |
− | + | </pre> | |
− | + | ||
+ | === Example Payload === | ||
+ | |||
+ | * [https://github.com/GPII/universal/blob/master/examples/preferences/accessforall-with-application-specific.json Preferences document containing both standard AccessForAll and application-specific preferences] | ||
+ | |||
+ | == Device Reporter == | ||
+ | # [[Device Reporter Payload Examples]] | ||
+ | |||
+ | == Solutions Registry == | ||
+ | # [[Solutions Registry Payload Examples]] | ||
+ | |||
+ | == Matchmaker == | ||
+ | # [[Matchmaker Payload Examples]] | ||
+ | |||
+ | == Transformer == | ||
+ | # [[Transformer Payload Examples]] | ||
+ | |||
+ | == Settings Handlers == | ||
+ | # [[Settings Handler Payload Examples]] | ||
+ | |||
+ | == Lifecycle Manager == | ||
+ | # [[Lifecycle Manager Payload Examples]] | ||
+ | |||
+ | == Lifecycle Actions == | ||
+ | # [[Launch Handler Payload Examples]] | ||
+ | |||
+ | |||
+ | [[Category:GPII Architecture]] |
Latest revision as of 15:19, 2 March 2017
Note: This page is out of date. Please see the GPII Universal Github Repository for up-to-date API documentation. See the GPII Payloads repository for the most up-to-date payload examples.
Contents
User Preferences Server
Request
GET /user/<token>