API Guide Sample

Connection Checklist

AreaQuestionEvidence
API AccessIs the reporting/API scope enabled?OAuth app scope list
AuthenticationCan the token request complete successfully?HTTP 200 token response
MetadataCan the available views/fields be discovered?Metadata response sample
Data PullCan a limited query return expected fields?Sample row count and query notes

Example Query Pattern

GET /reporting-view?$filter=active eq true&$top=100

Handoff Notes