Submitted by
JonB on January 08, 2024
Permalink
Submitted by
SamU on January 26, 2024
Permalink
I am having the same errors…
I am having the same errors and not able to load tags using the API for a POST person request.
"tags": [
{"ID": "105001"}
]
I've tried all different combinations and have checked what the GET person response returns. Has anyone else been able to load tags using the API?
Submitted by
JonB on February 05, 2024
Permalink
I see your note about trying…
I see your note about trying different combinations, but did you try what I shared above? That format will work.
{
"tags": ["105001"]
}
Submitted by
MohsinK on July 30, 2024
Permalink
Submitted by
MohsinK on July 30, 2024
Permalink
Submitted by
MohsinK on July 30, 2024
Permalink
Submitted by
MohsinK on July 30, 2024
Permalink
Submitted by
MohsinK on July 30, 2024
Permalink
Submitted by
MohsinK on July 30, 2024
Permalink
Submitted by
MohsinK on July 30, 2024
Permalink
Submitted by
MohsinK on July 30, 2024
Permalink
For Tags, try it without the leading C and it should work. See below as an example.
"tags": ["27764"]
As far as notes, I'm nearly certain those are not available via the API.