Get the shape of the data held in each schema.
This request has no parameters.
Returns a list of analytics for each schema.
1
2
3
curl --request GET \
--url 'http://{baseurl}/rest/assets/1.0/analytics/schema' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"schemaId": 2154,
"totalObjectCount": 2154,
"totalObjectTypeCount": 2154,
"totalAttributeCount": 2154,
"numberOfObjectsLinkedToIssues": 2154,
"numberOfObjectsWithUniqueAttribute": 2154,
"numberOfArchivedObjects": 2154,
"totalAttributeValueCount": 2154,
"numberOfAutomationRules": 2154,
"numberOfAutomationIfs": 2154,
"numberOfAutomationWhens": 2154,
"numberOfAutomationThens": 2154,
"maxNumberOfObjectsByObjectType": 2154,
"averageNumberOfObjectsByObjectType": 2154
}
Rate this page: