Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.16 KB

ServerStatementsQueryBeaconStatus.md

File metadata and controls

14 lines (10 loc) · 1.16 KB

ServerStatementsQueryBeaconStatus

Properties

Name Type Description Notes
beacon int Index number of beacon providing these statements [optional]
status int Http code status of beacon API - 200 means 'data ready', 102 means 'query in progress', other codes (e.g. 500) are server errors. Once a beacon has a '200' success code, then the /statements/data endpoint may be used to retrieve it. [optional]
discovered int A count of how many items a beacon has returned. This number will not always be the same as the final number of results since we merge duplicate items. [optional]
processed int A count of how many of the beacon responses have been processed and are ready for consumption. [optional]
count int When a 200 status code is returned, this integer designates the number of concepts matched by the query for the given beacon. [optional]

[Back to Model list] [Back to API list] [Back to README]