Google Business Profile एपीआई में
एपीआई का नया तरीका है. इसकी मदद से, एक ही एपीआई अनुरोध में कई `डेली मेट्रिक` फ़ेच की जा सकती हैं.
सेवा बंद होने का शेड्यूल देखें. साथ ही, v4 reportInsights API वाले तरीके से Google Business Profile की परफ़ॉर्मेंस एपीआई में माइग्रेट करने के बारे में निर्देश देखें.
REST Resource: accounts.invitations
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: न्योता
सिर्फ़ आउटपुट के लिए. यह ऐसे न्योते को दिखाता है जिसे मंज़ूरी नहीं मिली है.
JSON के काेड में दिखाना |
{
"name": string,
"role": enum (AdminRole ),
// Union field target can be only one of the following:
"targetAccount": {
object (Account )
},
"targetLocation": {
object (TargetLocation )
}
// End of list of possible types for union field target .
} |
फ़ील्ड |
name |
string
न्योते के लिए संसाधन का नाम.
|
role |
enum (AdminRole )
खाते पर न्योता पाने वाले व्यक्ति की भूमिका.
|
यूनियन फ़ील्ड target . इससे पता चलता है कि यह न्योता किस टारगेट के लिए है. target इनमें से सिर्फ़ एक हो सकता है: |
targetAccount |
object (Account )
यह न्योता, कम इस्तेमाल होने वाले खाते के लिए है.
|
targetLocation |
object (TargetLocation )
वह टारगेट जगह, जिसके लिए यह न्योता भेजा गया है.
|
TargetLocation
लंबित आमंत्रण के लिए लक्षित स्थान दिखाता है.
JSON के काेड में दिखाना |
{
"locationName": string,
"locationAddress": string
} |
फ़ील्ड |
locationName |
string
उस जगह का नाम जहां उपयोगकर्ता को न्योता भेजा गया है.
|
locationAddress |
string
उस जगह का पता जहां उपयोगकर्ता को न्योता भेजा गया है.
|
तरीके |
accept (deprecated)
|
तय किया गया न्योता स्वीकार करता है. |
|
तय किए गए न्योते को अस्वीकार करता है. |
list (deprecated)
|
यह डायलॉग बॉक्स खास खाते के लिए ऐसे न्योतों की सूची बनाता है जिनकी मंज़ूरी बाकी है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-20 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-08-20 (UTC) को अपडेट किया गया."],[[["This documentation details the 'Invitation' resource, which represents a pending invitation to a Google Business Profile account or location."],["Invitations specify a role for the invitee and the target account or location."],["A `TargetLocation` object is used when the invitation is for a specific location within a business account, providing the location's name and address."],["The available methods (accept, decline, list) for managing invitations are deprecated."]]],[]]