Request/Query:
{ "query": "query AppleFilingsExistingSchemaOnly {\n FinancialFiling(\n filter: {\n FilingDocument: {\n Identifiers: {\n Cik: { EQ: \"0000320193\" }\n }\n }\n }\n limit: 5\n ) {\n ObjectId\n _metadata {\n identifier\n totalCount\n }\n FilingDocument {\n DocId\n FinancialFilingId\n Identifiers {\n Dcn\n }\n DocumentSummary {\n DocumentTitle\n FeedName\n FormType\n FilingDate\n DocumentDescriptor1\n DocumentType\n HighLevelCategory\n MidLevelCategory\n PageCount\n SourceName\n }\n }\n }\n}"}
Response:
{ "data": { "FinancialFiling": [ { "ObjectId": "34361015216", "_metadata": { "identifier": null, "totalCount": 2571 }, "FilingDocument": { "DocId": null, "FinancialFilingId": null, "Identifiers": [ { "Dcn": null } ], "DocumentSummary": { "DocumentTitle": null, "FeedName": null, "FormType": null, "FilingDate": null, "DocumentDescriptor1": null, "DocumentType": null, "HighLevelCategory": null, "MidLevelCategory": null, "PageCount": null, "SourceName": null } } }, { "ObjectId": "34361384933", "_metadata": { "identifier": null, "totalCount": 2571 }, "FilingDocument": { "DocId": null, "FinancialFilingId": null, "Identifiers": [ { "Dcn": null } ], "DocumentSummary": { "DocumentTitle": null, "FeedName": null, "FormType": null, "FilingDate": null, "DocumentDescriptor1": null, "DocumentType": null, "HighLevelCategory": null, "MidLevelCategory": null, "PageCount": null, "SourceName": null } } }, { "ObjectId": "34361391362", "_metadata": { "identifier": null, "totalCount": 2571 }, "FilingDocument": { "DocId": null, "FinancialFilingId": null, "Identifiers": [ { "Dcn": null } ], "DocumentSummary": { "DocumentTitle": null, "FeedName": null, "FormType": null, "FilingDate": null, "DocumentDescriptor1": null, "DocumentType": null, "HighLevelCategory": null, "MidLevelCategory": null, "PageCount": null, "SourceName": null } } }, { "ObjectId": "34361468816", "_metadata": { "identifier": null, "totalCount": 2571 }, "FilingDocument": { "DocId": null, "FinancialFilingId": null, "Identifiers": [ { "Dcn": null } ], "DocumentSummary": { "DocumentTitle": null, "FeedName": null, "FormType": null, "FilingDate": null, "DocumentDescriptor1": null, "DocumentType": null, "HighLevelCategory": null, "MidLevelCategory": null, "PageCount": null, "SourceName": null } } }, { "ObjectId": "34361482524", "_metadata": { "identifier": null, "totalCount": 2571 }, "FilingDocument": { "DocId": null, "FinancialFilingId": null, "Identifiers": [], "DocumentSummary": { "DocumentTitle": null, "FeedName": null, "FormType": null, "FilingDate": null, "DocumentDescriptor1": null, "DocumentType": null, "HighLevelCategory": null, "MidLevelCategory": null, "PageCount": null, "SourceName": null } } } ] }, "extensions": { "warnings": [ { "field": "FinancialFiling", "message": "Results may have been truncated. Specify a limit and cursor to fetch more.", "type": "RESULT_TRUNCATED", "warningCode": "DW005" }, { "field": "FinancialFiling.FilingDocument", "message": "User did not have entitlements to the field.", "type": "NO_ENTITLEMENTS_FOR_FIELD", "warningCode": "DW003" } ] }}
Why are all the values Null and I am facing the entitlement issue? How do I know what are the entitlements I have?