GET api/Project/Get?startIndex={startIndex}&endIndex={endIndex}&isInRole={isInRole}
Obtient la liste des projets
Informations sur la requête
Paramètres dans l'URI
Name | Description | Type | Informations additionnelles |
---|---|---|---|
startIndex | integer |
Required |
|
endIndex | integer |
Required |
|
isInRole | ProjectRoles |
Default value is 1 |
Paramètres du corps (body)
Aucun
Informations sur la réponse
Description
PagedEnumerableOfProjectName | Description | Type | Informations additionnelles |
---|---|---|---|
Data | Collection of Project |
Aucune |
|
TotalRecordCount | integer |
Aucune |
|
PageRecordCount | integer |
Aucune |
|
Version | Version |
Aucune |
Formats de la réponse
application/json, text/json
Sample:
Sample not available.