GET api/V2/users/teamMembers/{teamId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
teamId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Playerclass
NameDescriptionTypeAdditional information
Id

integer

None.

PlayerId

globally unique identifier

None.

SpillerNavn

string

None.

TeamId

integer

None.

MatchId

integer

None.

EventDate

date

None.

Deltagelse

integer

None.

Phone

string

None.

Reason

string

None.

IsCoach

boolean

None.

IsHospitant

boolean

None.

CompanyId

globally unique identifier

None.

ReasonId

integer

None.

Selected

boolean

None.

HasChanged

boolean

None.

AutoMember

boolean

None.

PlayerNumber

integer

None.

Score

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "playerId": "927b4544-a8d4-469d-8218-ae5c50b1364e",
    "spillerNavn": "sample string 3",
    "teamId": 4,
    "matchId": 5,
    "eventDate": "2026-01-01T10:35:41.4783336Z",
    "deltagelse": 7,
    "phone": "sample string 8",
    "reason": "sample string 9",
    "isCoach": true,
    "isHospitant": true,
    "companyId": "3ced7a5f-e0e3-4186-b5a8-61bfc08bd54b",
    "reasonId": 13,
    "selected": true,
    "hasChanged": true,
    "autoMember": true,
    "playerNumber": 17,
    "score": 18.1
  },
  {
    "id": 1,
    "playerId": "927b4544-a8d4-469d-8218-ae5c50b1364e",
    "spillerNavn": "sample string 3",
    "teamId": 4,
    "matchId": 5,
    "eventDate": "2026-01-01T10:35:41.4783336Z",
    "deltagelse": 7,
    "phone": "sample string 8",
    "reason": "sample string 9",
    "isCoach": true,
    "isHospitant": true,
    "companyId": "3ced7a5f-e0e3-4186-b5a8-61bfc08bd54b",
    "reasonId": 13,
    "selected": true,
    "hasChanged": true,
    "autoMember": true,
    "playerNumber": 17,
    "score": 18.1
  }
]

application/xml, text/xml

Sample:
<ArrayOfPlayerclass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Models">
  <Playerclass>
    <AutoMember>true</AutoMember>
    <CompanyId>3ced7a5f-e0e3-4186-b5a8-61bfc08bd54b</CompanyId>
    <Deltagelse>7</Deltagelse>
    <EventDate>2026-01-01T11:35:41.4783336+01:00</EventDate>
    <HasChanged>true</HasChanged>
    <Id>1</Id>
    <IsCoach>true</IsCoach>
    <IsHospitant>true</IsHospitant>
    <MatchId>5</MatchId>
    <Phone>sample string 8</Phone>
    <PlayerId>927b4544-a8d4-469d-8218-ae5c50b1364e</PlayerId>
    <PlayerNumber>17</PlayerNumber>
    <Reason>sample string 9</Reason>
    <ReasonId>13</ReasonId>
    <Score>18.1</Score>
    <Selected>true</Selected>
    <SpillerNavn>sample string 3</SpillerNavn>
    <TeamId>4</TeamId>
  </Playerclass>
  <Playerclass>
    <AutoMember>true</AutoMember>
    <CompanyId>3ced7a5f-e0e3-4186-b5a8-61bfc08bd54b</CompanyId>
    <Deltagelse>7</Deltagelse>
    <EventDate>2026-01-01T11:35:41.4783336+01:00</EventDate>
    <HasChanged>true</HasChanged>
    <Id>1</Id>
    <IsCoach>true</IsCoach>
    <IsHospitant>true</IsHospitant>
    <MatchId>5</MatchId>
    <Phone>sample string 8</Phone>
    <PlayerId>927b4544-a8d4-469d-8218-ae5c50b1364e</PlayerId>
    <PlayerNumber>17</PlayerNumber>
    <Reason>sample string 9</Reason>
    <ReasonId>13</ReasonId>
    <Score>18.1</Score>
    <Selected>true</Selected>
    <SpillerNavn>sample string 3</SpillerNavn>
    <TeamId>4</TeamId>
  </Playerclass>
</ArrayOfPlayerclass>