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": "ba01d26f-590e-4c53-a96f-3500db905505",
"UpdatedSince": "2026-08-06T06:26:22.5216251Z"
},
{
"DiscussionKey": "ba01d26f-590e-4c53-a96f-3500db905505",
"UpdatedSince": "2026-08-06T06:26:22.5216251Z"
}
]
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>ba01d26f-590e-4c53-a96f-3500db905505</DiscussionKey>
<UpdatedSince>2026-08-06T02:26:22.5216251-04:00</UpdatedSince>
</DiscussionThreadUpdateRequest>
<DiscussionThreadUpdateRequest>
<DiscussionKey>ba01d26f-590e-4c53-a96f-3500db905505</DiscussionKey>
<UpdatedSince>2026-08-06T02:26:22.5216251-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": "c8e77ce2-e339-49e3-9e01-e557ff20ca1e",
"DiscussionThreads": [
{
"DiscussionThreadKey": "9b32f372-e2b2-439b-af83-cc3519c6aec9",
"Subject": "sample string 2",
"LastPostDate": "2026-08-06T06:26:22.5372563Z",
"LastPostAuthorKey": "95f6f64f-2366-4d30-89cd-0bb0876fc17c",
"ContributorContactKeys": [
"2f28cb58-2def-436f-a7f7-4f6d87654ec5",
"6369ec2e-c189-4a99-ab2f-6961c69d8621"
]
},
{
"DiscussionThreadKey": "9b32f372-e2b2-439b-af83-cc3519c6aec9",
"Subject": "sample string 2",
"LastPostDate": "2026-08-06T06:26:22.5372563Z",
"LastPostAuthorKey": "95f6f64f-2366-4d30-89cd-0bb0876fc17c",
"ContributorContactKeys": [
"2f28cb58-2def-436f-a7f7-4f6d87654ec5",
"6369ec2e-c189-4a99-ab2f-6961c69d8621"
]
}
]
},
{
"DiscussionKey": "c8e77ce2-e339-49e3-9e01-e557ff20ca1e",
"DiscussionThreads": [
{
"DiscussionThreadKey": "9b32f372-e2b2-439b-af83-cc3519c6aec9",
"Subject": "sample string 2",
"LastPostDate": "2026-08-06T06:26:22.5372563Z",
"LastPostAuthorKey": "95f6f64f-2366-4d30-89cd-0bb0876fc17c",
"ContributorContactKeys": [
"2f28cb58-2def-436f-a7f7-4f6d87654ec5",
"6369ec2e-c189-4a99-ab2f-6961c69d8621"
]
},
{
"DiscussionThreadKey": "9b32f372-e2b2-439b-af83-cc3519c6aec9",
"Subject": "sample string 2",
"LastPostDate": "2026-08-06T06:26:22.5372563Z",
"LastPostAuthorKey": "95f6f64f-2366-4d30-89cd-0bb0876fc17c",
"ContributorContactKeys": [
"2f28cb58-2def-436f-a7f7-4f6d87654ec5",
"6369ec2e-c189-4a99-ab2f-6961c69d8621"
]
}
]
}
]
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>c8e77ce2-e339-49e3-9e01-e557ff20ca1e</DiscussionKey>
<DiscussionThreads>
<DiscussionThreadResponse.DiscussionThreadDetails>
<ContributorContactKeys xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:guid>2f28cb58-2def-436f-a7f7-4f6d87654ec5</d5p1:guid>
<d5p1:guid>6369ec2e-c189-4a99-ab2f-6961c69d8621</d5p1:guid>
</ContributorContactKeys>
<DiscussionThreadKey>9b32f372-e2b2-439b-af83-cc3519c6aec9</DiscussionThreadKey>
<LastPostAuthorKey>95f6f64f-2366-4d30-89cd-0bb0876fc17c</LastPostAuthorKey>
<LastPostDate>2026-08-06T02:26:22.5372563-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>2f28cb58-2def-436f-a7f7-4f6d87654ec5</d5p1:guid>
<d5p1:guid>6369ec2e-c189-4a99-ab2f-6961c69d8621</d5p1:guid>
</ContributorContactKeys>
<DiscussionThreadKey>9b32f372-e2b2-439b-af83-cc3519c6aec9</DiscussionThreadKey>
<LastPostAuthorKey>95f6f64f-2366-4d30-89cd-0bb0876fc17c</LastPostAuthorKey>
<LastPostDate>2026-08-06T02:26:22.5372563-04:00</LastPostDate>
<Subject>sample string 2</Subject>
</DiscussionThreadResponse.DiscussionThreadDetails>
</DiscussionThreads>
</DiscussionThreadResponse>
<DiscussionThreadResponse>
<DiscussionKey>c8e77ce2-e339-49e3-9e01-e557ff20ca1e</DiscussionKey>
<DiscussionThreads>
<DiscussionThreadResponse.DiscussionThreadDetails>
<ContributorContactKeys xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:guid>2f28cb58-2def-436f-a7f7-4f6d87654ec5</d5p1:guid>
<d5p1:guid>6369ec2e-c189-4a99-ab2f-6961c69d8621</d5p1:guid>
</ContributorContactKeys>
<DiscussionThreadKey>9b32f372-e2b2-439b-af83-cc3519c6aec9</DiscussionThreadKey>
<LastPostAuthorKey>95f6f64f-2366-4d30-89cd-0bb0876fc17c</LastPostAuthorKey>
<LastPostDate>2026-08-06T02:26:22.5372563-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>2f28cb58-2def-436f-a7f7-4f6d87654ec5</d5p1:guid>
<d5p1:guid>6369ec2e-c189-4a99-ab2f-6961c69d8621</d5p1:guid>
</ContributorContactKeys>
<DiscussionThreadKey>9b32f372-e2b2-439b-af83-cc3519c6aec9</DiscussionThreadKey>
<LastPostAuthorKey>95f6f64f-2366-4d30-89cd-0bb0876fc17c</LastPostAuthorKey>
<LastPostDate>2026-08-06T02:26:22.5372563-04:00</LastPostDate>
<Subject>sample string 2</Subject>
</DiscussionThreadResponse.DiscussionThreadDetails>
</DiscussionThreads>
</DiscussionThreadResponse>
</ArrayOfDiscussionThreadResponse>