include is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an "any of" search.require is used to limit what Information Pushes should be included in the response. This is usually used in combination with include, and is an "all of" search.curl --location '/infoPush'[
{
"id": "build-config",
"isEnabled": true,
"releaseStatus": "public",
"priority": 1000,
"hash": "a76e7da333c6a5a8f7ec2adee064cac9",
"createdAt": "2021-08-21T04:27:05+00:00",
"updatedAt": "2021-09-18T04:37:29+00:00",
"tags": [
"high-priority",
"user-all"
],
"data": {
"version": "2021.3.4"
}
}
]