ChangeHistory Endpoints
This document explains the methods you may use to work with the ChangeHistory endpoints in the Federated Authority Document database.
- Getting a list of AuditData objects from the Federated Authority Document Database is accomplished by querying the https://grcschema.p.rapidapi.com/ChangeHistory endpoint using a REST GET. Optional parameters may be provided to filter and paginate the result.
- Getting a list of ChangeHistory object from the Federated Authority Document Database is accomplished by querying the https://grcschema.p.rapidapi.com/ChangeHistory endpoint using a REST GET with no optional parameters.
- Provides a list of all ChangeHistory objects.
- Pagination is provided for the list where
count
is the total quantity of objects in the data-set,limit
is how many objects are returned in the current list, andoffset
is the first object in the set from that offset point. This is configurable in the request, but the default is a limit of 50 objects starting from offset 0.
In the below example, with a limit of 2, page 1 starts from offset 0 with two values (limit
). Page 2 starts fromoffset
= 2. Page 3 fromoffset
= 4, etc. There would be 5 pages to display the data - two objects at a time. This is illustrative only, and the actual local pages will depend on your limit and count.
{
"Pagination": [
{
"@context": "http://grcschema.org/",
"@type": "Pagination",
"count": 44,
"limit": 2,
"offset": 0
}
],
"@set": [
{
"@context": "http://grcschema.org/",
"@type": "ChangeHistory",
"id": 73,
"endpoint": "Person",
"object_id": 30824,
"person_fk": 30824,
"organization_fk": null,
"team_fk": null,
"type": "POST",
"provider_data": {
"x-real-ip": "72.193.74.52",
"x-forwarded-for": "72.193.74.52, 72.193.74.52",
"host": "grcschema.org:3002",
"connection": "close",
"content-length": "1216",
"accept": "*/*",
"accept-encoding": "deflate, gzip",
"content-type": "application/json",
"usequerystring": "1",
"user-agent": "FileMaker/19.2",
"x-rapidapi-host": "grcschema.p.rapidapi.com",
"x-requester-person": "0",
"x-forwarded-port": "443",
"x-forwarded-proto": "https",
"x-mashape-version": "1.2.7",
"x-rapidapi-version": "1.2.7",
"x-mashape-user": "unified-compliance-unified-compliance-default",
"x-mashape-subscription": "CUSTOM-PowerUser",
"x-rapidapi-user": "unified-compliance-unified-compliance-default",
"x-rapidapi-subscription": "CUSTOM-PowerUser"
},
"previous_object": null,
"current_object": {
"@context": "http://grcschema.org/",
"@type": "Person",
"PhoneNumbers": {
"@type": "PhoneNumbers",
"@set": [
{
"@type": "PhoneNumber",
"id": null,
"phone_number": null,
"person_fk": null,
"organization_fk": null,
"local_reference_id": null,
"primary": null
}
]
},
"PersonRoles": {
"@type": "PersonRoles",
"@set": [
{
"@type": "PersonRole",
"name": null,
"id": null,
"role_fk": null,
"person_fk": null,
"local_reference_id": null
}
]
},
"PostalAddresses": {
"@type": "PostalAddresses",
"@set": [
{
"primary": null,
"@type": "PostalAddress",
"address1": null,
"address2": null,
"city": null,
"postal_code": null,
"country": null,
"id": null,
"country_code": null,
"person_fk": null,
"organization_fk": null,
"state_territory_province": null,
"local_reference_id": null
}
]
},
"SocialAddresses": {
"@type": "SocialAddresses",
"twitter": null,
"facebook": null,
"linkedin": null,
"youtube": null
},
"CoreMetaData": {
"@type": "CoreMetaData",
"date_created": "2021-02-01",
"date_modified": "2021-02-01",
"created_audit_id": null,
"modified_audit_id": null,
"live_status": null,
"checksum": 0,
"validated": 0
},
"PersonMemberships": {
"@type": "PersonMemberships",
"PersonOrganizations": {
"@type": "PersonOrganizations",
"@set": [
{
"@type": "PersonOrganization",
"name": null,
"id": null,
"person_fk": null,
"organization_fk": null
}
]
},
"PersonGroups": {
"@type": "PersonGroups",
"@set": [
{
"@type": "PersonGroup",
"name": null,
"id": null,
"person_fk": null,
"group_fk": null
}
]
},
"PersonInitiatives": {
"@type": "PersonInitiatives",
"@set": [
{
"@type": "PersonInitiative",
"name": null,
"id": null,
"person_fk": null,
"initiative": null
}
]
},
"PersonTeams": {
"@type": "PersonTeams",
"@set": [
{
"@type": "PersonTeam",
"name": null,
"id": null,
"person_fk": null,
"team_fk": null
}
]
}
},
"Emails": {
"@type": "Emails",
"@set": [
{
"@type": "Email",
"id": 500,
"email": "[email protected]",
"person_fk": 30824,
"organization_fk": null,
"primary": 1,
"local_reference_id": null
}
]
},
"Names": {
"@type": "Names",
"@set": [
{
"@type": "Name",
"id": 649,
"first_name": "James",
"last_name": "Doolitle",
"name_prefix_fk": 21,
"name_suffix_fk": 19,
"person_fk": 30824,
"middle_initial": "T",
"primary": 1,
"local_reference_id": null
}
]
},
"email": "[email protected]",
"fullname": "Dr. James T Doolitle Esquire",
"id": 30824
},
"timestamp": "2021-02-01T14:18:40.000Z"
},
{
"@context": "http://grcschema.org/",
"@type": "AuditData",
"id": 74,
"endpoint": "Person",
"object_id": 30825,
"person_fk": 38,
"organization_fk": null,
"team_fk": null,
"type": "POST",
"provider_data": {
"x-real-ip": "85.76.162.25",
"x-forwarded-for": "85.76.162.25, 85.76.162.25",
"host": "grcschema.org:3002",
"connection": "close",
"content-length": "423",
"accept": "*/*",
"accept-encoding": "gzip, deflate, br",
"cache-control": "no-cache",
"content-type": "application/json",
"cookie": "grcapi=s%3AVp5V0pyofLbATnFZSXOxZsc1szArsot4.IvNlW9hnu8Ox0Gk%2FLaX3IrQai8rWVU%2B0xX4lAeOTEVs",
"postman-token": "f48c5aae-b058-4564-8760-a95bc9229567",
"user-agent": "PostmanRuntime/7.26.8",
"x-requester-person": "38",
"x-forwarded-port": "443",
"x-forwarded-proto": "https",
"x-mashape-version": "1.2.7",
"x-rapidapi-version": "1.2.7",
"x-mashape-user": "unified-compliance-unified-compliance-default",
"x-mashape-subscription": "CUSTOM-PowerUser",
"x-rapidapi-user": "unified-compliance-unified-compliance-default",
"x-rapidapi-subscription": "CUSTOM-PowerUser"
},
"previous_object": null,
"current_object": {
"@context": "http://grcschema.org/",
"@type": "Person",
"PhoneNumbers": {
"@type": "PhoneNumbers",
"@set": [
{
"@type": "PhoneNumber",
"id": null,
"phone_number": null,
"person_fk": null,
"organization_fk": null,
"local_reference_id": null,
"primary": null
}
]
},
"PersonRoles": {
"@type": "PersonRoles",
"@set": [
{
"@type": "PersonRole",
"name": null,
"id": null,
"role_fk": null,
"person_fk": null,
"local_reference_id": null
}
]
},
"PostalAddresses": {
"@type": "PostalAddresses",
"@set": [
{
"primary": null,
"@type": "PostalAddress",
"address1": null,
"address2": null,
"city": null,
"postal_code": null,
"country": null,
"id": null,
"country_code": null,
"person_fk": null,
"organization_fk": null,
"state_territory_province": null,
"local_reference_id": null
}
]
},
"SocialAddresses": {
"@type": "SocialAddresses",
"twitter": null,
"facebook": null,
"linkedin": null,
"youtube": null
},
"CoreMetaData": {
"@type": "CoreMetaData",
"date_created": "2021-02-02",
"date_modified": "2021-02-02",
"created_audit_id": null,
"modified_audit_id": null,
"live_status": null,
"checksum": 0,
"validated": 0
},
"PersonMemberships": {
"@type": "PersonMemberships",
"PersonOrganizations": {
"@type": "PersonOrganizations",
"@set": [
{
"@type": "PersonOrganization",
"name": null,
"id": null,
"person_fk": null,
"organization_fk": null
}
]
},
"PersonGroups": {
"@type": "PersonGroups",
"@set": [
{
"@type": "PersonGroup",
"name": null,
"id": null,
"person_fk": null,
"group_fk": null
}
]
},
"PersonInitiatives": {
"@type": "PersonInitiatives",
"@set": [
{
"@type": "PersonInitiative",
"name": null,
"id": null,
"person_fk": null,
"initiative": null
}
]
},
"PersonTeams": {
"@type": "PersonTeams",
"@set": [
{
"@type": "PersonTeam",
"name": null,
"id": null,
"person_fk": null,
"team_fk": null
}
]
}
},
"Emails": {
"@type": "Emails",
"@set": [
{
"@type": "Email",
"id": 501,
"email": "[email protected]",
"person_fk": 30825,
"organization_fk": null,
"primary": 1,
"local_reference_id": null
}
]
},
"Names": {
"@type": "Names",
"@set": [
{
"@type": "Name",
"id": 650,
"first_name": "John",
"last_name": "Smith",
"name_prefix_fk": null,
"name_suffix_fk": null,
"person_fk": 30825,
"middle_initial": null,
"primary": 1,
"local_reference_id": null
}
]
},
"email": "[email protected]",
"fullname": "John Smith",
"id": 30825
},
"timestamp": "2021-02-02T14:21:07.000Z"
}
]
}
- Getting a filtered list of ChangeHistory objects from the Federated Authority Document Database is accomplished by querying the https://grcschema.p.rapidapi.com/ChangeHistory/ endpoint using a REST GET with url parameters.
- These are the parameters you can optionally supply to the filter. These fields work as a logical AND.
Field | Description |
object_id | Filters by object_id. (both creation and changes) |
person_id | Filters by the person id. (both creation and changes) |
organization_id | Filters by the organiation id. (Future Use) |
team_id | Filters by the team id. (Future Use) |
type | Filters by the type of the modification. (e.g. POST, PATCH) |
endpoint | Filters by the API endpoint. (e.g. Person, Organization) |
search | Searches across all searchable fields. |
sort_dir | 0 = descending, 1 = ascending |
limit | Combined with offset, provides pagination by limiting results. |
offset | Combined with limit, provides pagination by shifting the first record. |
- Getting a single ChangeHistory object from the Federated Authority Document Database is accomplished by querying the https://grcschema.p.rapidapi.com/ChangeHistory/:id endpoint using a REST GET.
Last modified 2yr ago