---
title: analytics All API
tags: analytics
---
**Header**
Token : cc [For All Api ]
```
Authorization : "Bearer <Token>"
```
## job
**EndPoint** : /analytics/job
**Req :**
{
"type" : "D",
"start" : "2018-11-09" ,
"end" : null
}
**Des :**
1 type valid Value -- ('D','W','M','Y')
2 start -- Staring Date "2018-11-09"
3 end -- End Date "2018-11-09" or null
**Res**
```
{
"meta": {
"code": 200,
"message": "Success!",
"isError": false
},
"data": {
"response": [
{
"unquieKey": 18227,
"date": "2019-11-27T18:55:23.615551+00:00",
"list": [
{
"created_at": "2019-11-27T18:55:23.615551+00:00"
}
],
"count": 1
},
{
"unquieKey": 18570,
"date": "2020-11-04T05:19:39.591758+00:00",
"list": [
{
"created_at": "2020-11-04T05:19:39.591758+00:00"
}
],
"count": 1
},
{
"unquieKey": 18577,
"date": "2020-11-11T18:10:10.677483+00:00",
"list": [
{
"created_at": "2020-11-11T18:10:10.677483+00:00"
},
{
"created_at": "2020-11-11T18:10:24.958008+00:00"
}
],
"count": 2
},
{
"unquieKey": 18588,
"date": "2020-11-22T18:46:42.565288+00:00",
"list": [
{
"created_at": "2020-11-22T18:46:42.565288+00:00"
}
],
"count": 1
},
{
"unquieKey": 18589,
"date": "2020-11-23T13:54:24.650801+00:00",
"list": [
{
"created_at": "2020-11-23T13:54:24.650801+00:00"
},
{
"created_at": "2020-11-23T13:56:01.215613+00:00"
},
{
"created_at": "2020-11-23T13:56:48.809564+00:00"
},
{
"created_at": "2020-11-23T13:59:33.177283+00:00"
},
{
"created_at": "2020-11-23T14:00:52.621465+00:00"
},
{
"created_at": "2020-11-23T14:01:52.767748+00:00"
},
{
"created_at": "2020-11-23T14:03:44.213758+00:00"
},
{
"created_at": "2020-11-23T14:05:57.825758+00:00"
},
{
"created_at": "2020-11-23T14:07:26.388834+00:00"
},
{
"created_at": "2020-11-23T14:09:20.416937+00:00"
}
],
"count": 10
},
{
"unquieKey": 18590,
"date": "2020-11-24T18:46:47.775069+00:00",
"list": [
{
"created_at": "2020-11-24T18:46:47.775069+00:00"
}
],
"count": 1
},
{
"unquieKey": 18591,
"date": "2020-11-25T18:55:25.67636+00:00",
"list": [
{
"created_at": "2020-11-25T18:55:25.67636+00:00"
}
],
"count": 1
},
{
"unquieKey": 18592,
"date": "2020-11-26T18:55:17.942463+00:00",
"list": [
{
"created_at": "2020-11-26T18:55:17.942463+00:00"
}
],
"count": 1
},
{
"unquieKey": 18593,
"date": "2020-11-27T18:55:15.738089+00:00",
"list": [
{
"created_at": "2020-11-27T18:55:15.738089+00:00"
}
],
"count": 1
}
]
}
}
```
**Des**
count : total number of job according to type
## payouts
**EndPoint** : /analytics/payouts
**Req :**
{
"type" : "D",
"start" : "2018-11-09" ,
"end" : null
}
**Des :**
1 type valid Value -- ('D','W','M','Y')
2 start -- Staring Date "2018-11-09"
3 end -- End Date "2018-11-09" or null
**Res**
```
{
"meta": {
"code": 200,
"message": "Success!",
"isError": false
},
"data": {
"response": [
{
"unquieKey": 18572,
"date": "2020-11-06T08:07:07.112857+00:00",
"list": [
{
"created_at": "2020-11-06T08:07:07.112857+00:00",
"transactionAmount": 1234
},
{
"created_at": "2020-11-06T08:08:05.051309+00:00",
"transactionAmount": 1234
},
{
"created_at": "2020-11-06T08:51:11.659631+00:00",
"transactionAmount": 1234
}
],
"totalTransaction": 3,
"totalAmount": 3702
},
{
"unquieKey": 18577,
"date": "2020-11-11T18:04:20.661903+00:00",
"list": [
{
"created_at": "2020-11-11T18:04:20.661903+00:00",
"transactionAmount": 2000
},
{
"created_at": "2020-11-11T18:10:50.967676+00:00",
"transactionAmount": 2000
},
{
"created_at": "2020-11-11T18:11:06.857285+00:00",
"transactionAmount": 2000
}
],
"totalTransaction": 3,
"totalAmount": 6000
}
]
}
}
```
## jobStatus
**EndPoint** : /analytics/jobStatus
**Req :**
{
"type" : "D",
"start" : "2018-11-09" ,
"end" : null
}
**Des :**
1 type valid Value -- ('D','W','M','Y')
2 start -- Staring Date "2018-11-09"
3 end -- End Date "2018-11-09" or null
**Res**
```
{
"meta": {
"code": 200,
"message": "Success!",
"isError": false
},
"data": {
"response": [
{
"unquieKey": 18589,
"date": "2020-11-23T15:24:10.37598+00:00",
"list": [
{
"created_at": "2020-11-23T15:24:10.37598+00:00",
"status": "Applied"
}
],
"applied": 1,
"hired": 0,
"rejected": 0
}
]
}
}
```
## Client
**EndPoint** : /analytics/client
**Req :**
{
"type" : "D",
"start" : "2018-11-09" ,
"end" : null
}
**Des :**
1 type valid Value -- ('D','W','M','Y')
2 start -- Staring Date "2018-11-09"
3 end -- End Date "2018-11-09" or null
**Res**
```
{
"meta": {
"code": 200,
"message": "Success!",
"isError": false
},
"data": {
"response": [
{
"unquieKey": 18227,
"date": "2019-11-27T18:55:23.615551+00:00",
"list": [
{
"created_at": "2019-11-27T18:55:23.615551+00:00"
}
],
"count": 1
},
{
"unquieKey": 18570,
"date": "2020-11-04T05:19:39.591758+00:00",
"list": [
{
"created_at": "2020-11-04T05:19:39.591758+00:00"
}
],
"count": 1
},
{
"unquieKey": 18577,
"date": "2020-11-11T18:10:10.677483+00:00",
"list": [
{
"created_at": "2020-11-11T18:10:10.677483+00:00"
},
{
"created_at": "2020-11-11T18:10:24.958008+00:00"
}
],
"count": 2
},
{
"unquieKey": 18588,
"date": "2020-11-22T18:46:42.565288+00:00",
"list": [
{
"created_at": "2020-11-22T18:46:42.565288+00:00"
}
],
"count": 1
},
{
"unquieKey": 18589,
"date": "2020-11-23T13:54:24.650801+00:00",
"list": [
{
"created_at": "2020-11-23T13:54:24.650801+00:00"
},
{
"created_at": "2020-11-23T13:56:01.215613+00:00"
},
{
"created_at": "2020-11-23T13:56:48.809564+00:00"
},
{
"created_at": "2020-11-23T13:59:33.177283+00:00"
},
{
"created_at": "2020-11-23T14:00:52.621465+00:00"
},
{
"created_at": "2020-11-23T14:01:52.767748+00:00"
},
{
"created_at": "2020-11-23T14:03:44.213758+00:00"
},
{
"created_at": "2020-11-23T14:05:57.825758+00:00"
},
{
"created_at": "2020-11-23T14:07:26.388834+00:00"
},
{
"created_at": "2020-11-23T14:09:20.416937+00:00"
}
],
"count": 10
},
{
"unquieKey": 18590,
"date": "2020-11-24T18:46:47.775069+00:00",
"list": [
{
"created_at": "2020-11-24T18:46:47.775069+00:00"
}
],
"count": 1
},
{
"unquieKey": 18591,
"date": "2020-11-25T18:55:25.67636+00:00",
"list": [
{
"created_at": "2020-11-25T18:55:25.67636+00:00"
}
],
"count": 1
},
{
"unquieKey": 18592,
"date": "2020-11-26T18:55:17.942463+00:00",
"list": [
{
"created_at": "2020-11-26T18:55:17.942463+00:00"
}
],
"count": 1
},
{
"unquieKey": 18593,
"date": "2020-11-27T18:55:15.738089+00:00",
"list": [
{
"created_at": "2020-11-27T18:55:15.738089+00:00"
}
],
"count": 1
}
]
}
}
```
**Des**
count : total number of client according to type
## candidate
**EndPoint** : /analytics/candidate
**Req :**
{
"type" : "D",
"start" : "2018-11-09" ,
"end" : null
}
**Des :**
1 type valid Value -- ('D','W','M','Y')
2 start -- Staring Date "2018-11-09"
3 end -- End Date "2018-11-09" or null
**Res**
```
{
"meta": {
"code": 200,
"message": "Success!",
"isError": false
},
"data": {
"response": [
{
"unquieKey": 18227,
"date": "2019-11-27T18:55:23.615551+00:00",
"list": [
{
"created_at": "2019-11-27T18:55:23.615551+00:00"
}
],
"count": 1
},
{
"unquieKey": 18570,
"date": "2020-11-04T05:19:39.591758+00:00",
"list": [
{
"created_at": "2020-11-04T05:19:39.591758+00:00"
}
],
"count": 1
},
{
"unquieKey": 18577,
"date": "2020-11-11T18:10:10.677483+00:00",
"list": [
{
"created_at": "2020-11-11T18:10:10.677483+00:00"
},
{
"created_at": "2020-11-11T18:10:24.958008+00:00"
}
],
"count": 2
},
{
"unquieKey": 18588,
"date": "2020-11-22T18:46:42.565288+00:00",
"list": [
{
"created_at": "2020-11-22T18:46:42.565288+00:00"
}
],
"count": 1
},
{
"unquieKey": 18589,
"date": "2020-11-23T13:54:24.650801+00:00",
"list": [
{
"created_at": "2020-11-23T13:54:24.650801+00:00"
},
{
"created_at": "2020-11-23T13:56:01.215613+00:00"
},
{
"created_at": "2020-11-23T13:56:48.809564+00:00"
},
{
"created_at": "2020-11-23T13:59:33.177283+00:00"
},
{
"created_at": "2020-11-23T14:00:52.621465+00:00"
},
{
"created_at": "2020-11-23T14:01:52.767748+00:00"
},
{
"created_at": "2020-11-23T14:03:44.213758+00:00"
},
{
"created_at": "2020-11-23T14:05:57.825758+00:00"
},
{
"created_at": "2020-11-23T14:07:26.388834+00:00"
},
{
"created_at": "2020-11-23T14:09:20.416937+00:00"
}
],
"count": 10
},
{
"unquieKey": 18590,
"date": "2020-11-24T18:46:47.775069+00:00",
"list": [
{
"created_at": "2020-11-24T18:46:47.775069+00:00"
}
],
"count": 1
},
{
"unquieKey": 18591,
"date": "2020-11-25T18:55:25.67636+00:00",
"list": [
{
"created_at": "2020-11-25T18:55:25.67636+00:00"
}
],
"count": 1
},
{
"unquieKey": 18592,
"date": "2020-11-26T18:55:17.942463+00:00",
"list": [
{
"created_at": "2020-11-26T18:55:17.942463+00:00"
}
],
"count": 1
},
{
"unquieKey": 18593,
"date": "2020-11-27T18:55:15.738089+00:00",
"list": [
{
"created_at": "2020-11-27T18:55:15.738089+00:00"
}
],
"count": 1
}
]
}
}
```
**Des**
count : total number of candidate according to type