GET api/external/v1/Team?since={since}&DepartmentGUID={DepartmentGUID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
since | date |
None. |
|
DepartmentGUID | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of SFE.Common.PublicEntities.TeamVMName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
GUID | string |
None. |
|
Created | date |
None. |
|
Modified | date |
None. |
|
AlphaNumId | string |
None. |
|
Name | string |
None. |
|
Takt | decimal number |
None. |
|
ParentAlphaNumId | string |
None. |
|
ParentName | string |
None. |
|
ParentGUID | string |
None. |
|
ParentId | integer |
None. |
|
DepartmentId | integer |
None. |
|
DepartmentGUID | string |
None. |
|
DepartmentAlphaNumId | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "guid": "sample string 1", "created": "2024-11-15T04:03:09.57519Z", "modified": "2024-11-15T04:03:09.57519Z", "alphaNumId": "sample string 3", "name": "sample string 4", "takt": 5.0, "parentAlphaNumId": "sample string 6", "parentName": "sample string 7", "parentGUID": "sample string 8", "parentId": 9, "departmentId": 10, "departmentGUID": "sample string 11", "departmentAlphaNumId": "sample string 12" }, { "id": 1, "guid": "sample string 1", "created": "2024-11-15T04:03:09.57519Z", "modified": "2024-11-15T04:03:09.57519Z", "alphaNumId": "sample string 3", "name": "sample string 4", "takt": 5.0, "parentAlphaNumId": "sample string 6", "parentName": "sample string 7", "parentGUID": "sample string 8", "parentId": 9, "departmentId": 10, "departmentGUID": "sample string 11", "departmentAlphaNumId": "sample string 12" } ]
application/xml, text/xml
Sample:
<ArrayOfTeamVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFE.Common.PublicEntities"> <TeamVM> <AlphaNumId>sample string 3</AlphaNumId> <Created>2024-11-15T00:03:09.57519-04:00</Created> <DepartmentAlphaNumId>sample string 12</DepartmentAlphaNumId> <DepartmentGUID>sample string 11</DepartmentGUID> <DepartmentId>10</DepartmentId> <GUID>sample string 1</GUID> <Id>1</Id> <Modified>2024-11-15T00:03:09.57519-04:00</Modified> <Name>sample string 4</Name> <ParentAlphaNumId>sample string 6</ParentAlphaNumId> <ParentGUID>sample string 8</ParentGUID> <ParentId>9</ParentId> <ParentName>sample string 7</ParentName> <Takt>5</Takt> </TeamVM> <TeamVM> <AlphaNumId>sample string 3</AlphaNumId> <Created>2024-11-15T00:03:09.57519-04:00</Created> <DepartmentAlphaNumId>sample string 12</DepartmentAlphaNumId> <DepartmentGUID>sample string 11</DepartmentGUID> <DepartmentId>10</DepartmentId> <GUID>sample string 1</GUID> <Id>1</Id> <Modified>2024-11-15T00:03:09.57519-04:00</Modified> <Name>sample string 4</Name> <ParentAlphaNumId>sample string 6</ParentAlphaNumId> <ParentGUID>sample string 8</ParentGUID> <ParentId>9</ParentId> <ParentName>sample string 7</ParentName> <Takt>5</Takt> </TeamVM> </ArrayOfTeamVM>