Difference between revisions of "Example Payloads"
From wiki.gpii
(Created page with " User Listener [Input] Preferences Server [In/Out] Matchmaker Solutions Registry [In/Out] Transformer Launch Manager Settings Handler Launch Handler") |
(link to GPII Payloads repository added) |
||
(21 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 | + | == User Preferences Server == |
− | + | ||
− | + | === Request === | |
− | Solutions Registry [ | + | |
− | Transformer | + | <pre> |
− | + | GET /user/<token> | |
− | Settings Handler | + | </pre> |
− | Launch Handler | + | |
+ | === 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>