POST api/v2.0/Discussions/GetDiscussionThreadUpdates
Retrieves details about all threads that have been updated since a specified date. Accessible only by Admin users.
Request Information
URI Parameters
None.
Body Parameters
POST data containing the parameters for filtering the Thread data.
Collection of DiscussionThreadUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DiscussionKey |
Unique Identifier of a Discussion. |
globally unique identifier |
None. |
| UpdatedSince |
DateTime. |
date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"DiscussionKey": "f23c1dfe-8ffd-41dd-91a4-f50eb088b813",
"UpdatedSince": "2026-07-15T10:21:23.5133421Z"
},
{
"DiscussionKey": "f23c1dfe-8ffd-41dd-91a4-f50eb088b813",
"UpdatedSince": "2026-07-15T10:21:23.5133421Z"
}
]
application/xml, text/xml
Sample:
<ArrayOfDiscussionThreadUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.Discussions">
<DiscussionThreadUpdateRequest>
<DiscussionKey>f23c1dfe-8ffd-41dd-91a4-f50eb088b813</DiscussionKey>
<UpdatedSince>2026-07-15T06:21:23.5133421-04:00</UpdatedSince>
</DiscussionThreadUpdateRequest>
<DiscussionThreadUpdateRequest>
<DiscussionKey>f23c1dfe-8ffd-41dd-91a4-f50eb088b813</DiscussionKey>
<UpdatedSince>2026-07-15T06:21:23.5133421-04:00</UpdatedSince>
</DiscussionThreadUpdateRequest>
</ArrayOfDiscussionThreadUpdateRequest>
Response Information
Resource Description
List of Discussion Thread details.
Collection of DiscussionThreadResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| DiscussionKey |
Unique Identifier for a Discussion. |
globally unique identifier |
None. |
| DiscussionThreads |
List of Discussion Thread Details. |
Collection of DiscussionThreadDetails |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DiscussionKey": "eccfb3b0-2d3c-40a2-959b-dc2480e53ce5",
"DiscussionThreads": [
{
"DiscussionThreadKey": "ea5b5939-7b81-4e8b-94c1-d44f7b2b8b85",
"Subject": "sample string 2",
"LastPostDate": "2026-07-15T10:21:23.5133421Z",
"LastPostAuthorKey": "b59b4e45-0d9f-43bc-9a92-ea1595e283a3",
"ContributorContactKeys": [
"406eb00f-a685-4813-b38c-44bdf049acc6",
"9321181b-30cc-4bf2-984e-d012d19dc82b"
]
},
{
"DiscussionThreadKey": "ea5b5939-7b81-4e8b-94c1-d44f7b2b8b85",
"Subject": "sample string 2",
"LastPostDate": "2026-07-15T10:21:23.5133421Z",
"LastPostAuthorKey": "b59b4e45-0d9f-43bc-9a92-ea1595e283a3",
"ContributorContactKeys": [
"406eb00f-a685-4813-b38c-44bdf049acc6",
"9321181b-30cc-4bf2-984e-d012d19dc82b"
]
}
]
},
{
"DiscussionKey": "eccfb3b0-2d3c-40a2-959b-dc2480e53ce5",
"DiscussionThreads": [
{
"DiscussionThreadKey": "ea5b5939-7b81-4e8b-94c1-d44f7b2b8b85",
"Subject": "sample string 2",
"LastPostDate": "2026-07-15T10:21:23.5133421Z",
"LastPostAuthorKey": "b59b4e45-0d9f-43bc-9a92-ea1595e283a3",
"ContributorContactKeys": [
"406eb00f-a685-4813-b38c-44bdf049acc6",
"9321181b-30cc-4bf2-984e-d012d19dc82b"
]
},
{
"DiscussionThreadKey": "ea5b5939-7b81-4e8b-94c1-d44f7b2b8b85",
"Subject": "sample string 2",
"LastPostDate": "2026-07-15T10:21:23.5133421Z",
"LastPostAuthorKey": "b59b4e45-0d9f-43bc-9a92-ea1595e283a3",
"ContributorContactKeys": [
"406eb00f-a685-4813-b38c-44bdf049acc6",
"9321181b-30cc-4bf2-984e-d012d19dc82b"
]
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfDiscussionThreadResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.Discussions">
<DiscussionThreadResponse>
<DiscussionKey>eccfb3b0-2d3c-40a2-959b-dc2480e53ce5</DiscussionKey>
<DiscussionThreads>
<DiscussionThreadResponse.DiscussionThreadDetails>
<ContributorContactKeys xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:guid>406eb00f-a685-4813-b38c-44bdf049acc6</d5p1:guid>
<d5p1:guid>9321181b-30cc-4bf2-984e-d012d19dc82b</d5p1:guid>
</ContributorContactKeys>
<DiscussionThreadKey>ea5b5939-7b81-4e8b-94c1-d44f7b2b8b85</DiscussionThreadKey>
<LastPostAuthorKey>b59b4e45-0d9f-43bc-9a92-ea1595e283a3</LastPostAuthorKey>
<LastPostDate>2026-07-15T06:21:23.5133421-04:00</LastPostDate>
<Subject>sample string 2</Subject>
</DiscussionThreadResponse.DiscussionThreadDetails>
<DiscussionThreadResponse.DiscussionThreadDetails>
<ContributorContactKeys xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:guid>406eb00f-a685-4813-b38c-44bdf049acc6</d5p1:guid>
<d5p1:guid>9321181b-30cc-4bf2-984e-d012d19dc82b</d5p1:guid>
</ContributorContactKeys>
<DiscussionThreadKey>ea5b5939-7b81-4e8b-94c1-d44f7b2b8b85</DiscussionThreadKey>
<LastPostAuthorKey>b59b4e45-0d9f-43bc-9a92-ea1595e283a3</LastPostAuthorKey>
<LastPostDate>2026-07-15T06:21:23.5133421-04:00</LastPostDate>
<Subject>sample string 2</Subject>
</DiscussionThreadResponse.DiscussionThreadDetails>
</DiscussionThreads>
</DiscussionThreadResponse>
<DiscussionThreadResponse>
<DiscussionKey>eccfb3b0-2d3c-40a2-959b-dc2480e53ce5</DiscussionKey>
<DiscussionThreads>
<DiscussionThreadResponse.DiscussionThreadDetails>
<ContributorContactKeys xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:guid>406eb00f-a685-4813-b38c-44bdf049acc6</d5p1:guid>
<d5p1:guid>9321181b-30cc-4bf2-984e-d012d19dc82b</d5p1:guid>
</ContributorContactKeys>
<DiscussionThreadKey>ea5b5939-7b81-4e8b-94c1-d44f7b2b8b85</DiscussionThreadKey>
<LastPostAuthorKey>b59b4e45-0d9f-43bc-9a92-ea1595e283a3</LastPostAuthorKey>
<LastPostDate>2026-07-15T06:21:23.5133421-04:00</LastPostDate>
<Subject>sample string 2</Subject>
</DiscussionThreadResponse.DiscussionThreadDetails>
<DiscussionThreadResponse.DiscussionThreadDetails>
<ContributorContactKeys xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:guid>406eb00f-a685-4813-b38c-44bdf049acc6</d5p1:guid>
<d5p1:guid>9321181b-30cc-4bf2-984e-d012d19dc82b</d5p1:guid>
</ContributorContactKeys>
<DiscussionThreadKey>ea5b5939-7b81-4e8b-94c1-d44f7b2b8b85</DiscussionThreadKey>
<LastPostAuthorKey>b59b4e45-0d9f-43bc-9a92-ea1595e283a3</LastPostAuthorKey>
<LastPostDate>2026-07-15T06:21:23.5133421-04:00</LastPostDate>
<Subject>sample string 2</Subject>
</DiscussionThreadResponse.DiscussionThreadDetails>
</DiscussionThreads>
</DiscussionThreadResponse>
</ArrayOfDiscussionThreadResponse>