dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #51255
web api for Tracker Web API error.
Hi,all,
I have done a test on Tracker Web API. as documents:
body:
{
"trackedEntity": "nEenWmSyUEp",
"orgUnit": "DiszpKrYNg8",
"attributes": [
{
"attribute": "w75KJ2mc4zz",
"value": "Joe"
},
{
"attribute": "zDhUuAYrxNC",
"value": "Smith"
}
]
}
url: https://play.dhis2.org/dev/api/29/trackedEntityInstances.json?ou=DiszpKrYNg8
method : post
got:
{
"httpStatus" : "Internal Server Error",
"httpStatusCode" : 500,
"status" : "ERROR",
"message" : "Unrecognized field \"trackedEntity\" (class org.hisp.dhis.dxf2.events.trackedentity.TrackedEntityInstance), not marked as ignorable (14 known properties: \"trackedEntityInstance\", \"lastUpdatedAtClient\", \"lastUpdated\", \"createdAtClient\", \"trackedEntityType\", \"orgUnit\", \"inactive\", \"enrollments\", \"featureType\", \"attributes\", \"deleted\", \"relationships\", \"created\", \"coordinates\"])\n at [Source: (String)\"{\n \"trackedEntity\": \"nEenWmSyUEp\",\n \"orgUnit\": \"DiszpKrYNg8\",\n \"attributes\": [\n {\n \"attribute\": \"w75KJ2mc4zz\",\n \"value\": \"Joe\"\n },\n {\n \"attribute\": \"zDhUuAYrxNC\",\n \"value\": \"Smith\"\n }\n ]\n}\"; line: 2, column: 21] (through reference chain: org.hisp.dhis.dxf2.events.trackedentity.TrackedEntityInstance[\"trackedEntity\"])"
}{
"httpStatus" : "Internal Server Error",
"httpStatusCode" : 500,
"status" : "ERROR",
"message" : "Unrecognized field \"trackedEntity\" (class org.hisp.dhis.dxf2.events.trackedentity.TrackedEntityInstance), not marked as ignorable (14 known properties: \"trackedEntityInstance\", \"lastUpdatedAtClient\", \"lastUpdated\", \"createdAtClient\", \"trackedEntityType\", \"orgUnit\", \"inactive\", \"enrollments\", \"featureType\", \"attributes\", \"deleted\", \"relationships\", \"created\", \"coordinates\"])\n at [Source: (String)\"{\n \"trackedEntity\": \"nEenWmSyUEp\",\n \"orgUnit\": \"DiszpKrYNg8\",\n \"attributes\": [\n {\n \"attribute\": \"w75KJ2mc4zz\",\n \"value\": \"Joe\"\n },\n {\n \"attribute\": \"zDhUuAYrxNC\",\n \"value\": \"Smith\"\n }\n ]\n}\"; line: 2, column: 21] (through reference chain: org.hisp.dhis.dxf2.events.trackedentity.TrackedEntityInstance[\"trackedEntity\"])"
}
what's wrong with this?
Thanks.
--
此致
林晓东
莫愁前路无知己,天下谁人不识君。
Follow ups