GET api/v2/socialdata/absence/profil
Retourne tous les profils de l'utilisateur
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AbsenceProfileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
identifiant |
globally unique identifier |
None. |
| Absences |
absences |
Collection of AbsenceDto |
None. |
| CustomerId |
identifiant du client |
globally unique identifier |
None. |
| Name |
Nom |
string |
None. |
| Description |
Description |
string |
None. |
| IsEditable |
indique si il est éditable |
boolean |
None. |
| NbMonthlyHours | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "3ddb2dfd-b80f-487b-86ea-1ae03ae8a026",
"Absences": [
{
"Id": "4344ef95-1cc2-4f7a-9248-b4b2300cf4ec",
"ProfilId": "3ce8409c-40a4-4903-a48f-e2595e8d9012",
"Name": "sample string 3",
"DayTime": 4,
"HalfDayTime": 5,
"Payd": true,
"ExtraHour": true,
"Quota": true,
"CR": true,
"NightCR": true,
"Order": 11,
"Color": "sample string 12",
"EditableHour": true,
"AnalyticId": "09a373b3-2199-485f-89dc-8ce1fb45c6d4",
"AnalyticCode": "sample string 14",
"IsLinkedToAnyDriver": true
},
{
"Id": "4344ef95-1cc2-4f7a-9248-b4b2300cf4ec",
"ProfilId": "3ce8409c-40a4-4903-a48f-e2595e8d9012",
"Name": "sample string 3",
"DayTime": 4,
"HalfDayTime": 5,
"Payd": true,
"ExtraHour": true,
"Quota": true,
"CR": true,
"NightCR": true,
"Order": 11,
"Color": "sample string 12",
"EditableHour": true,
"AnalyticId": "09a373b3-2199-485f-89dc-8ce1fb45c6d4",
"AnalyticCode": "sample string 14",
"IsLinkedToAnyDriver": true
}
],
"CustomerId": "b337e92b-db2a-49a6-b0f0-5a3b58913e88",
"Name": "sample string 2",
"Description": "sample string 3",
"IsEditable": true,
"NbMonthlyHours": 5
},
{
"Id": "3ddb2dfd-b80f-487b-86ea-1ae03ae8a026",
"Absences": [
{
"Id": "4344ef95-1cc2-4f7a-9248-b4b2300cf4ec",
"ProfilId": "3ce8409c-40a4-4903-a48f-e2595e8d9012",
"Name": "sample string 3",
"DayTime": 4,
"HalfDayTime": 5,
"Payd": true,
"ExtraHour": true,
"Quota": true,
"CR": true,
"NightCR": true,
"Order": 11,
"Color": "sample string 12",
"EditableHour": true,
"AnalyticId": "09a373b3-2199-485f-89dc-8ce1fb45c6d4",
"AnalyticCode": "sample string 14",
"IsLinkedToAnyDriver": true
},
{
"Id": "4344ef95-1cc2-4f7a-9248-b4b2300cf4ec",
"ProfilId": "3ce8409c-40a4-4903-a48f-e2595e8d9012",
"Name": "sample string 3",
"DayTime": 4,
"HalfDayTime": 5,
"Payd": true,
"ExtraHour": true,
"Quota": true,
"CR": true,
"NightCR": true,
"Order": 11,
"Color": "sample string 12",
"EditableHour": true,
"AnalyticId": "09a373b3-2199-485f-89dc-8ce1fb45c6d4",
"AnalyticCode": "sample string 14",
"IsLinkedToAnyDriver": true
}
],
"CustomerId": "b337e92b-db2a-49a6-b0f0-5a3b58913e88",
"Name": "sample string 2",
"Description": "sample string 3",
"IsEditable": true,
"NbMonthlyHours": 5
}
]
application/xml, text/xml
Sample:
<ArrayOfAbsenceProfileDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Absence">
<AbsenceProfileDto>
<CustomerId>b337e92b-db2a-49a6-b0f0-5a3b58913e88</CustomerId>
<Description>sample string 3</Description>
<IsEditable>true</IsEditable>
<Name>sample string 2</Name>
<NbMonthlyHours>5</NbMonthlyHours>
<Absences xmlns:d3p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contract">
<d3p1:AbsenceDto>
<d3p1:AnalyticCode>sample string 14</d3p1:AnalyticCode>
<d3p1:AnalyticId>09a373b3-2199-485f-89dc-8ce1fb45c6d4</d3p1:AnalyticId>
<d3p1:CR>true</d3p1:CR>
<d3p1:Color>sample string 12</d3p1:Color>
<d3p1:DayTime>4</d3p1:DayTime>
<d3p1:EditableHour>true</d3p1:EditableHour>
<d3p1:ExtraHour>true</d3p1:ExtraHour>
<d3p1:HalfDayTime>5</d3p1:HalfDayTime>
<d3p1:IsLinkedToAnyDriver>true</d3p1:IsLinkedToAnyDriver>
<d3p1:Name>sample string 3</d3p1:Name>
<d3p1:NightCR>true</d3p1:NightCR>
<d3p1:Order>11</d3p1:Order>
<d3p1:Payd>true</d3p1:Payd>
<d3p1:ProfilId>3ce8409c-40a4-4903-a48f-e2595e8d9012</d3p1:ProfilId>
<d3p1:Quota>true</d3p1:Quota>
<d3p1:Id>4344ef95-1cc2-4f7a-9248-b4b2300cf4ec</d3p1:Id>
</d3p1:AbsenceDto>
<d3p1:AbsenceDto>
<d3p1:AnalyticCode>sample string 14</d3p1:AnalyticCode>
<d3p1:AnalyticId>09a373b3-2199-485f-89dc-8ce1fb45c6d4</d3p1:AnalyticId>
<d3p1:CR>true</d3p1:CR>
<d3p1:Color>sample string 12</d3p1:Color>
<d3p1:DayTime>4</d3p1:DayTime>
<d3p1:EditableHour>true</d3p1:EditableHour>
<d3p1:ExtraHour>true</d3p1:ExtraHour>
<d3p1:HalfDayTime>5</d3p1:HalfDayTime>
<d3p1:IsLinkedToAnyDriver>true</d3p1:IsLinkedToAnyDriver>
<d3p1:Name>sample string 3</d3p1:Name>
<d3p1:NightCR>true</d3p1:NightCR>
<d3p1:Order>11</d3p1:Order>
<d3p1:Payd>true</d3p1:Payd>
<d3p1:ProfilId>3ce8409c-40a4-4903-a48f-e2595e8d9012</d3p1:ProfilId>
<d3p1:Quota>true</d3p1:Quota>
<d3p1:Id>4344ef95-1cc2-4f7a-9248-b4b2300cf4ec</d3p1:Id>
</d3p1:AbsenceDto>
</Absences>
<Id>3ddb2dfd-b80f-487b-86ea-1ae03ae8a026</Id>
</AbsenceProfileDto>
<AbsenceProfileDto>
<CustomerId>b337e92b-db2a-49a6-b0f0-5a3b58913e88</CustomerId>
<Description>sample string 3</Description>
<IsEditable>true</IsEditable>
<Name>sample string 2</Name>
<NbMonthlyHours>5</NbMonthlyHours>
<Absences xmlns:d3p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contract">
<d3p1:AbsenceDto>
<d3p1:AnalyticCode>sample string 14</d3p1:AnalyticCode>
<d3p1:AnalyticId>09a373b3-2199-485f-89dc-8ce1fb45c6d4</d3p1:AnalyticId>
<d3p1:CR>true</d3p1:CR>
<d3p1:Color>sample string 12</d3p1:Color>
<d3p1:DayTime>4</d3p1:DayTime>
<d3p1:EditableHour>true</d3p1:EditableHour>
<d3p1:ExtraHour>true</d3p1:ExtraHour>
<d3p1:HalfDayTime>5</d3p1:HalfDayTime>
<d3p1:IsLinkedToAnyDriver>true</d3p1:IsLinkedToAnyDriver>
<d3p1:Name>sample string 3</d3p1:Name>
<d3p1:NightCR>true</d3p1:NightCR>
<d3p1:Order>11</d3p1:Order>
<d3p1:Payd>true</d3p1:Payd>
<d3p1:ProfilId>3ce8409c-40a4-4903-a48f-e2595e8d9012</d3p1:ProfilId>
<d3p1:Quota>true</d3p1:Quota>
<d3p1:Id>4344ef95-1cc2-4f7a-9248-b4b2300cf4ec</d3p1:Id>
</d3p1:AbsenceDto>
<d3p1:AbsenceDto>
<d3p1:AnalyticCode>sample string 14</d3p1:AnalyticCode>
<d3p1:AnalyticId>09a373b3-2199-485f-89dc-8ce1fb45c6d4</d3p1:AnalyticId>
<d3p1:CR>true</d3p1:CR>
<d3p1:Color>sample string 12</d3p1:Color>
<d3p1:DayTime>4</d3p1:DayTime>
<d3p1:EditableHour>true</d3p1:EditableHour>
<d3p1:ExtraHour>true</d3p1:ExtraHour>
<d3p1:HalfDayTime>5</d3p1:HalfDayTime>
<d3p1:IsLinkedToAnyDriver>true</d3p1:IsLinkedToAnyDriver>
<d3p1:Name>sample string 3</d3p1:Name>
<d3p1:NightCR>true</d3p1:NightCR>
<d3p1:Order>11</d3p1:Order>
<d3p1:Payd>true</d3p1:Payd>
<d3p1:ProfilId>3ce8409c-40a4-4903-a48f-e2595e8d9012</d3p1:ProfilId>
<d3p1:Quota>true</d3p1:Quota>
<d3p1:Id>4344ef95-1cc2-4f7a-9248-b4b2300cf4ec</d3p1:Id>
</d3p1:AbsenceDto>
</Absences>
<Id>3ddb2dfd-b80f-487b-86ea-1ae03ae8a026</Id>
</AbsenceProfileDto>
</ArrayOfAbsenceProfileDto>