Read people details for the given IDs.
People request
OK
Invalid request
Not Authorized
Too Many Requests
{- "obfuscatedIds": [
- "abc123",
- "abc456"
]
}
{- "results": [
- {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}
], - "relatedDocuments": [
- {
- "relation": "CASE",
- "associatedEntityId": "string",
- "querySuggestion": {
- "query": "app:github type:pull author:mortimer",
- "label": "Mortimer's PRs",
- "datasource": "github"
}, - "documents": [
- {
- "id": "string",
- "datasource": "string",
- "connectorType": "API_CRAWL",
- "docType": "string",
- "content": {
- "fullTextList": [
- "string"
]
}, - "containerDocument": { },
- "parentDocument": { },
- "title": "string",
- "url": "string",
- "metadata": {
- "container": "container",
- "parentId": "JIRA_EN-1337",
- "createTime": "2000-01-23T04:56:07.000Z",
- "datasource": "datasource",
- "author": {
- "name": "name"
}, - "documentId": "documentId",
- "updateTime": "2000-01-23T04:56:07.000Z",
- "mimeType": "mimeType",
- "objectType": "Feature Request",
- "components": [
- "Backend",
- "Networking"
], - "status": [
- "Done"
], - "customData": {
- "someCustomField": "someCustomValue"
}
}, - "sections": [
- {
- "title": "string",
- "url": "string"
}
]
}
], - "results": [
- {
- "snippets": [
- {
- "snippet": "snippet",
- "mimeType": "mimeType"
}
], - "metadata": {
- "container": "container",
- "createTime": "2000-01-23T04:56:07.000Z",
- "datasource": "datasource",
- "author": {
- "name": "name"
}, - "documentId": "documentId",
- "updateTime": "2000-01-23T04:56:07.000Z",
- "mimeType": "mimeType",
- "objectType": "objectType"
}, - "title": "title",
- "nativeAppUrl": "slack://foo/bar",
- "mustIncludeSuggestions": [
- {
- "missingTerm": "container",
- "query": "container"
}
]
}
]
}
], - "errors": [
- "string"
]
}