GET api/Village/{village}/Links?lastUpdated={lastUpdated}

Get all links

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lastUpdated

date

None.

village

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VillageLinkModel
NameDescriptionTypeAdditional information
Id

Unique ID of the link

globally unique identifier

None.

Updated

Date/Time the file was most recently uploaded/updated

date

None.

UpdatedBy

Name of the user who most recently uploaded/updated the file

string

None.

UpdatedById

Unique ID of the user who most recently uploaded/updated the file

globally unique identifier

None.

Category

Link category name (if applicable)

string

None.

Created

DateTime the link was created

date

None.

CreatedById

User ID of the user who created the link

globally unique identifier

None.

CreatedBy

Name of the user who created the link

string

None.

VillageId

The ID of the village in which the link was uploaded

globally unique identifier

None.

FolderId

Folder ID of the folder to which the link belongs

globally unique identifier

None.

DisplayName

The link's Display Name / Title

string

None.

Url

The link URL

string

None.

CategoryId

Link Category ID

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "b21a984f-b025-41d5-8f43-630c082e41d9",
    "Updated": "2025-06-03T05:03:27.252+00:00",
    "UpdatedBy": "sample string 3",
    "UpdatedById": "3b3b54a7-908e-486c-b736-111e96061d0c",
    "Category": "sample string 5",
    "Created": "2025-06-03T05:03:27.252+00:00",
    "CreatedById": "b2cfe8f7-d38d-4611-8ee8-185674d96ec7",
    "CreatedBy": "sample string 8",
    "VillageId": "f34246f8-4ce7-4c20-837b-c73b09175ecb",
    "FolderId": "70486c67-21b6-4b77-8512-c2287de22d69",
    "DisplayName": "sample string 10",
    "Url": "sample string 11",
    "CategoryId": "7d368ec1-e4ad-45e5-8f31-67260bfcd720"
  },
  {
    "Id": "b21a984f-b025-41d5-8f43-630c082e41d9",
    "Updated": "2025-06-03T05:03:27.252+00:00",
    "UpdatedBy": "sample string 3",
    "UpdatedById": "3b3b54a7-908e-486c-b736-111e96061d0c",
    "Category": "sample string 5",
    "Created": "2025-06-03T05:03:27.252+00:00",
    "CreatedById": "b2cfe8f7-d38d-4611-8ee8-185674d96ec7",
    "CreatedBy": "sample string 8",
    "VillageId": "f34246f8-4ce7-4c20-837b-c73b09175ecb",
    "FolderId": "70486c67-21b6-4b77-8512-c2287de22d69",
    "DisplayName": "sample string 10",
    "Url": "sample string 11",
    "CategoryId": "7d368ec1-e4ad-45e5-8f31-67260bfcd720"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVillageLinkModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaringVillage.Shared.Implementation.Models">
  <VillageLinkModel>
    <CategoryId>7d368ec1-e4ad-45e5-8f31-67260bfcd720</CategoryId>
    <DisplayName>sample string 10</DisplayName>
    <FolderId>70486c67-21b6-4b77-8512-c2287de22d69</FolderId>
    <Url>sample string 11</Url>
    <VillageId>f34246f8-4ce7-4c20-837b-c73b09175ecb</VillageId>
    <Category>sample string 5</Category>
    <Created>2025-06-03T05:03:27.2520833+00:00</Created>
    <CreatedBy>sample string 8</CreatedBy>
    <CreatedById>b2cfe8f7-d38d-4611-8ee8-185674d96ec7</CreatedById>
    <Id>b21a984f-b025-41d5-8f43-630c082e41d9</Id>
    <Updated>2025-06-03T05:03:27.2520833+00:00</Updated>
    <UpdatedBy>sample string 3</UpdatedBy>
    <UpdatedById>3b3b54a7-908e-486c-b736-111e96061d0c</UpdatedById>
  </VillageLinkModel>
  <VillageLinkModel>
    <CategoryId>7d368ec1-e4ad-45e5-8f31-67260bfcd720</CategoryId>
    <DisplayName>sample string 10</DisplayName>
    <FolderId>70486c67-21b6-4b77-8512-c2287de22d69</FolderId>
    <Url>sample string 11</Url>
    <VillageId>f34246f8-4ce7-4c20-837b-c73b09175ecb</VillageId>
    <Category>sample string 5</Category>
    <Created>2025-06-03T05:03:27.2520833+00:00</Created>
    <CreatedBy>sample string 8</CreatedBy>
    <CreatedById>b2cfe8f7-d38d-4611-8ee8-185674d96ec7</CreatedById>
    <Id>b21a984f-b025-41d5-8f43-630c082e41d9</Id>
    <Updated>2025-06-03T05:03:27.2520833+00:00</Updated>
    <UpdatedBy>sample string 3</UpdatedBy>
    <UpdatedById>3b3b54a7-908e-486c-b736-111e96061d0c</UpdatedById>
  </VillageLinkModel>
</ArrayOfVillageLinkModel>