GET api/Lt_DocTargetedToGroup/PostId/{postId}?strDocId={strDocId}

Get All Lt_DocumentGroup with PostId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strDocId

string

Required

postId

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Lt_DocumentGroup
NameDescriptionTypeAdditional information
DocumentId

globally unique identifier

None.

GroupId

integer

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DocumentId": "5eeff030-22da-41cd-b9fe-346535cf390b",
    "GroupId": 2,
    "LastChanged": "2025-08-14T03:18:38.7986755+00:00",
    "LastChange_AuthorId": 1
  },
  {
    "DocumentId": "5eeff030-22da-41cd-b9fe-346535cf390b",
    "GroupId": 2,
    "LastChanged": "2025-08-14T03:18:38.7986755+00:00",
    "LastChange_AuthorId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfLt_DocumentGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <Lt_DocumentGroup>
    <DocumentId>5eeff030-22da-41cd-b9fe-346535cf390b</DocumentId>
    <GroupId>2</GroupId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-08-14T03:18:38.7986755+00:00</LastChanged>
  </Lt_DocumentGroup>
  <Lt_DocumentGroup>
    <DocumentId>5eeff030-22da-41cd-b9fe-346535cf390b</DocumentId>
    <GroupId>2</GroupId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-08-14T03:18:38.7986755+00:00</LastChanged>
  </Lt_DocumentGroup>
</ArrayOfLt_DocumentGroup>